From: Eli Zaretskii Date: Thu, 16 Nov 2006 20:53:46 +0000 (+0000) Subject: (http/https): Fix a typo in the HTTP URL. X-Git-Tag: emacs-pretest-22.0.91~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f31493f9c18f9d2beab67dc6a730746c9c3a900a;p=emacs.git (http/https): Fix a typo in the HTTP URL. --- diff --git a/man/ChangeLog b/man/ChangeLog index 65ec326ae9d..2c47374ec91 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-11-16 Eli Zaretskii + + * url.texi (http/https): Fix a typo in the HTTP URL. + 2006-11-14 Stephen Leake * ada-mode.texi: Total rewrite. diff --git a/man/url.texi b/man/url.texi index 453ae4a206f..610bf75bdcd 100644 --- a/man/url.texi +++ b/man/url.texi @@ -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