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/file | |
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/file')
-rw-r--r-- | usr.bin/file/file.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 109f3d02c58..af7b5a4c98e 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.1,v 1.6 1999/06/05 01:21:24 aaron Exp $ +.\" $OpenBSD: file.1,v 1.7 2000/03/04 22:19:23 aaron Exp $ .TH FILE 1 "Copyrighted but distributable" .SH NAME file @@ -158,7 +158,7 @@ different (albeit more accurate) output in many cases. .PP The one significant difference between this version and System V -is that this version treats any white space +is that this version treats any whitespace as a delimiter, so that spaces in pattern strings must be escaped. For example, .br |