summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strsep.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strsep.3')
-rw-r--r--src/lib/libc/string/strsep.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3
index 9f44a22d9b..b15915ab37 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.7 2000/03/04 22:19:32 aaron Exp $ 1.\" $OpenBSD: strsep.3,v 1.8 2000/04/21 15:24:20 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.
@@ -97,8 +97,7 @@ for (ap = argv; (*ap = strsep(&inputstring, " \et")) != NULL;)
97.Sh HISTORY 97.Sh HISTORY
98The 98The
99.Fn strsep 99.Fn strsep
100function 100function is intended as a replacement for the
101is intended as a replacement for the
102.Fn strtok 101.Fn strtok
103function. 102function.
104While the 103While the