diff options
| author | christos <christos@NetBSD.org> | 2002-10-02 02:46:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2002-10-02 02:46:03 +0000 |
| commit | 300988d4e17e6ca9d98872a28f596eaa35f3187d (patch) | |
| tree | 66be265296d589b0f4b6afec32a52d6f6b74b966 /lib/libc/string | |
| parent | 8b1cd24b78a1b57451c89c6fe6b25aef8e19aec2 (diff) | |
NUL character, NULL pointer.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strtok.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 6a751d101ff..5c070ea7034 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strtok.3 8.2 (Berkeley) 2/3/94 -.\" $NetBSD: strtok.3,v 1.17 2002/10/02 01:10:29 jschauma Exp $ +.\" $NetBSD: strtok.3,v 1.18 2002/10/02 02:46:03 christos Exp $ .\" .Dd August 11, 2002 .Dt STRTOK 3 @@ -74,7 +74,7 @@ The function returns a pointer to the beginning of each subsequent token in the string, after replacing the separator character itself with a -.Dv NULL +.Dv NUL character. Separator characters at the beginning of the string or at the continuation point are skipped so that zero length tokens |
