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 /usr.bin/rdist/rdist.1 | |
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 'usr.bin/rdist/rdist.1')
-rw-r--r-- | usr.bin/rdist/rdist.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 7342ebcc059..37afa652f6e 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.9 1999/06/05 04:16:04 aaron Exp $ +.\" $OpenBSD: rdist.1,v 1.10 2000/03/04 22:19:26 aaron Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -641,7 +641,7 @@ The source and destination lists have the following format: <name> or .ti +.5i -`(' <zero or more names separated by white-space> `)' +`(' <zero or more names separated by whitespace> `)' .fi These simple lists can be modified by using one level of set addition, |