diff options
| author | Eli Zaretskii | 2006-11-16 20:53:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-11-16 20:53:46 +0000 |
| commit | f31493f9c18f9d2beab67dc6a730746c9c3a900a (patch) | |
| tree | c5a8e865ed0c9fcc7656f2738198bcec2df10145 | |
| parent | b548003bb01ae2172475aeb0b547e85f87a78794 (diff) | |
| download | emacs-f31493f9c18f9d2beab67dc6a730746c9c3a900a.tar.gz emacs-f31493f9c18f9d2beab67dc6a730746c9c3a900a.zip | |
(http/https): Fix a typo in the HTTP URL.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/url.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 65ec326ae9d..2c47374ec91 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-11-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * url.texi (http/https): Fix a typo in the HTTP URL. | ||
| 4 | |||
| 1 | 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> | 5 | 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> |
| 2 | 6 | ||
| 3 | * ada-mode.texi: Total rewrite. | 7 | * 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, | |||
| 250 | defined in RFC 1945) HTTP URLs have the following form, where most of | 250 | defined in RFC 1945) HTTP URLs have the following form, where most of |
| 251 | the parts are optional: | 251 | the parts are optional: |
| 252 | @example | 252 | @example |
| 253 | http://@var{user}:@var{password}@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment} | 253 | http://@var{user}:@var{password}@@@var{host}:@var{port}/@var{path}?@var{searchpart}#@var{fragment} |
| 254 | @end example | 254 | @end example |
| 255 | @c The @code{:@var{port}} part is optional, and @var{port} defaults to | 255 | @c The @code{:@var{port}} part is optional, and @var{port} defaults to |
| 256 | @c 80. The @code{/@var{path}} part, if present, is a slash-separated | 256 | @c 80. The @code{/@var{path}} part, if present, is a slash-separated |