diff options
Diffstat (limited to 'src/lib/libc/string/strsep.3')
-rw-r--r-- | src/lib/libc/string/strsep.3 | 5 |
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 |
98 | The | 98 | The |
99 | .Fn strsep | 99 | .Fn strsep |
100 | function | 100 | function is intended as a replacement for the |
101 | is intended as a replacement for the | ||
102 | .Fn strtok | 101 | .Fn strtok |
103 | function. | 102 | function. |
104 | While the | 103 | While the |