summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getopt.3
diff options
context:
space:
mode:
authoraaron <>2000-03-04 22:19:32 +0000
committeraaron <>2000-03-04 22:19:32 +0000
commit6f49f8750388016173fa606647ac032ab286f200 (patch)
tree68f33b68a063cd97e7cac8328030698d90410ef1 /src/lib/libc/stdlib/getopt.3
parent07dface36c5899ee950cc6ae1855057ae8f370b6 (diff)
downloadopenbsd-6f49f8750388016173fa606647ac032ab286f200.tar.gz
openbsd-6f49f8750388016173fa606647ac032ab286f200.tar.bz2
openbsd-6f49f8750388016173fa606647ac032ab286f200.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 'src/lib/libc/stdlib/getopt.3')
-rw-r--r--src/lib/libc/stdlib/getopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3
index c83cede88b..637a81f1f0 100644
--- a/src/lib/libc/stdlib/getopt.3
+++ b/src/lib/libc/stdlib/getopt.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: getopt.3,v 1.11 2000/01/25 23:28:55 deraadt Exp $ 32.\" $OpenBSD: getopt.3,v 1.12 2000/03/04 22:19:31 aaron Exp $
33.\" 33.\"
34.Dd April 19, 1994 34.Dd April 19, 1994
35.Dt GETOPT 3 35.Dt GETOPT 3
@@ -74,7 +74,7 @@ recognizes an option and argument
74.Dq Fl x Ar argument . 74.Dq Fl x Ar argument .
75It does not matter to 75It does not matter to
76.Fn getopt 76.Fn getopt
77if a following argument has leading white space. 77if a following argument has leading whitespace.
78.Pp 78.Pp
79On return from 79On return from
80.Fn getopt , 80.Fn getopt ,