aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2017-02-04 11:49:56 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-02-05 00:03:08 +1300
commit6ade226b3853e8bcc35ea3973dbce8cd713dbc05 (patch)
treed83f1738417a9c914baebfa376de3655e4dcacd4
parent0a9755c6f750900d8005c1c9405b25923e55dfce (diff)
downloadman-pages-6ade226b3853e8bcc35ea3973dbce8cd713dbc05.tar.gz
man.7, uri.7: Use "www.kernel.org" in example URLs
Apparently www.kernelnotes.org is now a spam site. Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/man.72
-rw-r--r--man7/uri.74
2 files changed, 3 insertions, 3 deletions
diff --git a/man7/man.7 b/man7/man.7
index ca063c3fdf..aae04bfe88 100644
--- a/man7/man.7
+++ b/man7/man.7
@@ -487,7 +487,7 @@ You can also use the new
macro to identify links to related information.
If you include URLs, use the full URL
(e.g.,
-.UR http://www.kernelnotes.org
+.UR http://www.kernel.org
.UE )
to ensure that tools can automatically find the URLs.
.PP
diff --git a/man7/uri.7 b/man7/uri.7
index 427f8ff83a..39d8760559 100644
--- a/man7/uri.7
+++ b/man7/uri.7
@@ -82,7 +82,7 @@ the resource ceases to exist or becomes unavailable.
.PP
URIs are the standard way to name hypertext link destinations
for tools such as web browsers.
-The string "http://www.kernelnotes.org" is a URL (and thus it
+The string "http://www.kernel.org" is a URL (and thus it
is also a URI).
Many people use the term URL loosely as a synonym for URI
(though technically URLs are a subset of URIs).
@@ -538,7 +538,7 @@ use the URI escaping mechanism, that is,
use the %HH encoding for unsafe octets.
.SS Writing a URI
When written, URIs should be placed inside double quotes
-(e.g., "http://www.kernelnotes.org"),
+(e.g., "http://www.kernel.org"),
enclosed in angle brackets (e.g., <http://lwn.net>),
or placed on a line by themselves.
A warning for those who use double-quotes: