summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strtok.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-03 13:24:28 +0000
committerache <ache@FreeBSD.org>2000-09-03 13:24:28 +0000
commit9ec6d409a0641ddf61030e46efe018b37a08d4fa (patch)
tree957795b50ccda44fb7d2f7d1f27b3b6a77f93c0c /lib/libc/string/strtok.3
parentb87dbd50a9466acbbb5b8c14050293d0d0ac4a04 (diff)
downloadFreeBSD-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/string/strtok.3')
-rw-r--r--lib/libc/string/strtok.33
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
OpenPOWER on IntegriCloud