aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-17 14:13:34 +0000
committerJuanma Barranquero2005-05-17 14:13:34 +0000
commita81d8ea145ed1454f642d79ea1e6b41416d64b53 (patch)
tree2b9fb864eb7597ce58024c4511b3b741687dde39
parent8654e13ab4014ccf8105c0a79ff0ab00667a6e9d (diff)
downloademacs-a81d8ea145ed1454f642d79ea1e6b41416d64b53.tar.gz
emacs-a81d8ea145ed1454f642d79ea1e6b41416d64b53.zip
Fix typos.
-rw-r--r--man/url.texi7
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
96FTP NFS, HTTP, HTTPS, @code{rlogin}, @code{telnet}, tn3270, 96FTP, NFS, HTTP, HTTPS, @code{rlogin}, @code{telnet}, tn3270,
97IRC and gopher URLs all have the form 97IRC 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
110specified, and it is possible using a non-standard port may have 110specified, and it is possible using a non-standard port may have
111undesired consequences if a different service is listening on that 111undesired consequences if a different service is listening on that
112port (e.g., an HTTP URL specifying the SMTP port can cause mail to be 112port (e.g., an HTTP URL specifying the SMTP port can cause mail to be
113sent).@c , but @xref{Other Variables, url-bad-port-list}. 113sent). @c , but @xref{Other Variables, url-bad-port-list}.
114The meaning of 114The meaning of the @var{path} component depends on the service.
115the @var{path} component depends on the service.
116 115
117@menu 116@menu
118* Configuration:: 117* Configuration::