aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-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::