summaryrefslogtreecommitdiff
path: root/src/lib/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string')
-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;