diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-03 13:24:28 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-03 13:24:28 +0000 |
| commit | e426928478bc1c8313ce63d06a7f8f32aa15362d (patch) | |
| tree | 1d6768ffdb60720983beafb03eafc61b22675250 /lib/libc/string | |
| parent | aeab966bdd84bafad5db09ffa13b7ebd43501294 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -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 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 |
