summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strsep.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/string/strsep.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/string/strsep.3')
-rw-r--r--src/lib/libc/string/strsep.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3
index 5d0f407269..9f44a22d9b 100644
--- a/src/lib/libc/string/strsep.3
+++ b/src/lib/libc/string/strsep.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strsep.3,v 1.6 1999/07/04 15:59:50 aaron Exp $ 1.\" $OpenBSD: strsep.3,v 1.7 2000/03/04 22:19:32 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -85,7 +85,7 @@ returns
85.Sh EXAMPLES 85.Sh EXAMPLES
86The following uses 86The following uses
87.Fn strsep 87.Fn strsep
88to parse a string, containing tokens delimited by white space, into an 88to parse a string, containing tokens delimited by whitespace, into an
89argument vector: 89argument vector:
90.Bd -literal -offset indent 90.Bd -literal -offset indent
91char **ap, *argv[10], *inputstring; 91char **ap, *argv[10], *inputstring;