diff options
author | ache <ache@FreeBSD.org> | 2000-09-03 13:24:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-03 13:24:28 +0000 |
commit | 9ec6d409a0641ddf61030e46efe018b37a08d4fa (patch) | |
tree | 957795b50ccda44fb7d2f7d1f27b3b6a77f93c0c /lib/libc | |
parent | b87dbd50a9466acbbb5b8c14050293d0d0ac4a04 (diff) | |
download | FreeBSD-src-9ec6d409a0641ddf61030e46efe018b37a08d4fa.zip FreeBSD-src-9ec6d409a0641ddf61030e46efe018b37a08d4fa.tar.gz |
Add:
The implementation will behave as if no library function calls strtok().
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strtok.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index b56941d..57ef252 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -87,6 +87,9 @@ The separator string, .Fa sep , must be supplied each time, and may change between calls. .Pp +The implementation will behave as if no library function calls +.Fn strtok . +.Pp The .Fn strtok_r function is a reentrant version of |