summaryrefslogtreecommitdiffstats
path: root/share/man/man7/hostname.7
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-04 22:19:22 +0000
committeraaron <aaron@openbsd.org>2000-03-04 22:19:22 +0000
commit3f78588edacf4583d6405f016b29d85dcaf084c5 (patch)
tree55efcbacc0caa5c00004783354a0a6600dc7fcfd /share/man/man7/hostname.7
parentPoint out that dmesg is most commonly used to review system startup msgs. (diff)
downloadwireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.tar.xz
wireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.zip
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
Diffstat (limited to 'share/man/man7/hostname.7')
-rw-r--r--share/man/man7/hostname.74
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/hostname.7 b/share/man/man7/hostname.7
index 5524a09a911..ff009ebf124 100644
--- a/share/man/man7/hostname.7
+++ b/share/man/man7/hostname.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostname.7,v 1.4 1999/05/23 14:11:09 aaron Exp $
+.\" $OpenBSD: hostname.7,v 1.5 2000/03/04 22:19:33 aaron Exp $
.\" $NetBSD: hostname.7,v 1.4 1994/11/30 19:07:14 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -61,7 +61,7 @@ and if the environment variable
.Ev HOSTALIASES
is set to the name of a file,
that file is searched for any string matching the input hostname.
-The file should consist of lines made up of two white-space separated strings,
+The file should consist of lines made up of two whitespace separated strings,
the first of which is the hostname alias,
and the second of which is the complete hostname
to be substituted for that alias.