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 /lib/libc/gen/getcap.3 | |
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 'lib/libc/gen/getcap.3')
-rw-r--r-- | lib/libc/gen/getcap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 4c9fbf99cb2..8bf8754eef0 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.16 1999/07/09 13:35:16 aaron Exp $ +.\" $OpenBSD: getcap.3,v 1.17 2000/03/04 22:19:30 aaron Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -272,7 +272,7 @@ lines by ending each line except the last with a Capability databases consist of a series of records, one per logical line. Each record contains a variable number of colon-separated fields -(capabilities). Empty fields consisting entirely of white space +(capabilities). Empty fields consisting entirely of whitespace characters (spaces and tabs) are ignored. .Pp The first capability of each record specifies its names, separated by |