diff options
| author | Juanma Barranquero | 2005-05-17 14:13:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-17 14:13:34 +0000 |
| commit | a81d8ea145ed1454f642d79ea1e6b41416d64b53 (patch) | |
| tree | 2b9fb864eb7597ce58024c4511b3b741687dde39 | |
| parent | 8654e13ab4014ccf8105c0a79ff0ab00667a6e9d (diff) | |
| download | emacs-a81d8ea145ed1454f642d79ea1e6b41416d64b53.tar.gz emacs-a81d8ea145ed1454f642d79ea1e6b41416d64b53.zip | |
Fix typos.
| -rw-r--r-- | man/url.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/url.texi b/man/url.texi index 64e4e76a3ab..0380b833ed8 100644 --- a/man/url.texi +++ b/man/url.texi | |||
| @@ -93,7 +93,7 @@ URIs have the form @var{scheme}:@var{scheme-specific-part}, where the | |||
| 93 | @var{scheme}s supported by this library are described below. | 93 | @var{scheme}s supported by this library are described below. |
| 94 | @xref{Supported URL Types}. | 94 | @xref{Supported URL Types}. |
| 95 | 95 | ||
| 96 | FTP NFS, HTTP, HTTPS, @code{rlogin}, @code{telnet}, tn3270, | 96 | FTP, NFS, HTTP, HTTPS, @code{rlogin}, @code{telnet}, tn3270, |
| 97 | IRC and gopher URLs all have the form | 97 | IRC and gopher URLs all have the form |
| 98 | 98 | ||
| 99 | @example | 99 | @example |
| @@ -110,9 +110,8 @@ the possible exception of @code{telnet}, it is rare for ports to be | |||
| 110 | specified, and it is possible using a non-standard port may have | 110 | specified, and it is possible using a non-standard port may have |
| 111 | undesired consequences if a different service is listening on that | 111 | undesired consequences if a different service is listening on that |
| 112 | port (e.g., an HTTP URL specifying the SMTP port can cause mail to be | 112 | port (e.g., an HTTP URL specifying the SMTP port can cause mail to be |
| 113 | sent).@c , but @xref{Other Variables, url-bad-port-list}. | 113 | sent). @c , but @xref{Other Variables, url-bad-port-list}. |
| 114 | The meaning of | 114 | The meaning of the @var{path} component depends on the service. |
| 115 | the @var{path} component depends on the service. | ||
| 116 | 115 | ||
| 117 | @menu | 116 | @menu |
| 118 | * Configuration:: | 117 | * Configuration:: |