summaryrefslogtreecommitdiff
path: root/man/url.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-11-16 20:53:46 +0000
committerEli Zaretskii <eliz@gnu.org>2006-11-16 20:53:46 +0000
commitf31493f9c18f9d2beab67dc6a730746c9c3a900a (patch)
treec5a8e865ed0c9fcc7656f2738198bcec2df10145 /man/url.texi
parentb548003bb01ae2172475aeb0b547e85f87a78794 (diff)
downloademacs-f31493f9c18f9d2beab67dc6a730746c9c3a900a.tar.gz
(http/https): Fix a typo in the HTTP URL.
Diffstat (limited to 'man/url.texi')
-rw-r--r--man/url.texi2
1 files changed, 1 insertions, 1 deletions
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