summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-03 13:24:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-03 13:24:28 +0000
commite426928478bc1c8313ce63d06a7f8f32aa15362d (patch)
tree1d6768ffdb60720983beafb03eafc61b22675250 /lib/libc/string
parentaeab966bdd84bafad5db09ffa13b7ebd43501294 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-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 b56941db4bb3..57ef252278d6 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