diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 22:19:34 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 22:19:34 +0000 |
commit | cb331a5fc3503bef1db7700c5754efd395dae2ad (patch) | |
tree | 3c387f1fe619ec73d410cf76143e55ae3439a0dc /share/man/man7/hostname.7 | |
parent | 0b22d8b04982e37c9ca06e14f6b79bff952e8f0e (diff) |
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.7 | 4 |
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. |