aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/url.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r--doc/misc/url.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index 8f15e11007e..90e38e5d30e 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -90,7 +90,7 @@ can be accessed (usually over a network) in a specific way.
90 90
91@example 91@example
92ftp://ftp.is.co.za/rfc/rfc1808.txt 92ftp://ftp.is.co.za/rfc/rfc1808.txt
93http://www.ietf.org/rfc/rfc2396.txt 93https://www.ietf.org/rfc/rfc2396.txt
94ldap://[2001:db8::7]/c=GB?objectClass?one 94ldap://[2001:db8::7]/c=GB?objectClass?one
95mailto:John.Doe@@example.com 95mailto:John.Doe@@example.com
96news:comp.infosystems.www.servers.unix 96news:comp.infosystems.www.servers.unix
@@ -708,7 +708,7 @@ Well-known ports are used if the URL does not specify a port.
708@cindex rcirc 708@cindex rcirc
709 709
710 The @code{irc} scheme is defined in the Internet Draft at 710 The @code{irc} scheme is defined in the Internet Draft at
711@url{http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt} (which 711@url{https://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt} (which
712was never approved as an RFC). Such URLs have the form 712was never approved as an RFC). Such URLs have the form
713 713
714@example 714@example
@@ -1181,7 +1181,7 @@ opened by the URL library.
1181@c machines off the local network. This is characterized by being able 1181@c machines off the local network. This is characterized by being able
1182@c to reach someplace with a raw ip number, but not its hostname 1182@c to reach someplace with a raw ip number, but not its hostname
1183@c (@url{http://129.79.254.191/} works, but 1183@c (@url{http://129.79.254.191/} works, but
1184@c @url{http://www.cs.indiana.edu/} doesn't). This used to happen on 1184@c @url{https://www.cs.indiana.edu/} doesn't). This used to happen on
1185@c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be 1185@c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be
1186@c rebuilt linked against the resolver library, it can use the external 1186@c rebuilt linked against the resolver library, it can use the external
1187@c @command{nslookup} program instead. 1187@c @command{nslookup} program instead.