From 9ec6d409a0641ddf61030e46efe018b37a08d4fa Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 3 Sep 2000 13:24:28 +0000 Subject: Add: The implementation will behave as if no library function calls strtok(). --- lib/libc/string/strtok.3 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc') 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 -- cgit v1.1