mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(http/https): Fix a typo in the HTTP URL.
This commit is contained in:
parent
b548003bb0
commit
f31493f9c1
@ -1,3 +1,7 @@
|
||||
2006-11-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* url.texi (http/https): Fix a typo in the HTTP URL.
|
||||
|
||||
2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
|
||||
|
||||
* ada-mode.texi: Total rewrite.
|
||||
|
@ -250,7 +250,7 @@ supports version 1.1, specified in RFC 2616. (This supersedes 1.0,
|
||||
defined in RFC 1945) HTTP URLs have the following form, where most of
|
||||
the parts are optional:
|
||||
@example
|
||||
http://@var{user}:@var{password}@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment}
|
||||
http://@var{user}:@var{password}@@@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment}
|
||||
@end example
|
||||
@c The @code{:@var{port}} part is optional, and @var{port} defaults to
|
||||
@c 80. The @code{/@var{path}} part, if present, is a slash-separated
|
||||
|
Loading…
Reference in New Issue
Block a user