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