All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Use lower case for hostname example
@ 2017-04-18 10:54 Marko Myllynen
       [not found] ` <142de45e-6ca5-bfea-60ab-9d634740a709-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Marko Myllynen @ 2017-04-18 10:54 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

I think upper-casing hostnames was a thing of the 90s, is this ok?

---
 man7/hostname.7 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/man7/hostname.7 b/man7/hostname.7
index 23c35e9..bc181a9 100644
--- a/man7/hostname.7
+++ b/man7/hostname.7
@@ -41,8 +41,8 @@
 hostname \- hostname resolution description
 .SH DESCRIPTION
 Hostnames are domains, where a domain is a hierarchical, dot-separated
-list of subdomains; for example, the machine monet, in the Berkeley
-subdomain of the EDU domain would be represented as "monet.Berkeley.EDU".
+list of subdomains; for example, the machine "monet", in the "berkeley"
+subdomain of the "edu" domain would be represented as "monet.berkeley.edu".
 
 Hostnames are often used with network client and server programs,
 which must generally translate the name to an address for use.
@@ -75,9 +75,9 @@ by searching through a list of domains until a match is found.
 The default search list includes first the local domain,
 then its parent domains with at least 2 name components (longest first).
 For example,
-in the domain CS.Berkeley.EDU, the name lithium.CChem will be checked first
-as lithium.CChem.CS.Berkeley.EDU and then as lithium.CChem.Berkeley.EDU.
-Lithium.CChem.EDU will not be tried, as there is only one component
+in the domain cs.berkeley.edu, the name lithium.cchem will be checked first
+as lithium.cchem.cs.berkeley.edu and then as lithium.cchem.berkeley.edu.
+lithium.cchem.edu will not be tried, as there is only one component
 remaining from the local domain.
 The search path can be changed from the default
 by a system-wide configuration file (see

Thanks,

-- 
Marko Myllynen
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-26 11:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 10:54 [PATCH] Use lower case for hostname example Marko Myllynen
     [not found] ` <142de45e-6ca5-bfea-60ab-9d634740a709-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-04-18 20:00   ` Florian Weimer
     [not found]     ` <dc80bc0c-97ed-c06b-a9f8-328f7e9c07f0-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-04-26 10:07       ` Marko Myllynen
     [not found]         ` <9c83498f-bb57-4263-bfb0-fb12ac5cf8d6-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-04-26 11:14           ` Michael Kerrisk (man-pages)
2017-04-25 13:36   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.