diff options
| author | kleink <kleink@NetBSD.org> | 1998-09-14 21:35:34 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-09-14 21:35:34 +0000 |
| commit | dc895f2e2002227273a1c4fadaa96e44ad70c0c2 (patch) | |
| tree | e5250672567991329d93c684c214a0a08f84179d /lib/libc/string | |
| parent | 25d16c74e09f4eed7e2df95ef4b08b7a1a0f7b1a (diff) | |
Make makewhatis find strtok_r(3).
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strtok.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 7ed0f445f5e..7bac69accb0 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -34,13 +34,13 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strtok.3 8.2 (Berkeley) 2/3/94 -.\" $NetBSD: strtok.3,v 1.8 1998/04/28 04:07:07 fair Exp $ +.\" $NetBSD: strtok.3,v 1.9 1998/09/14 21:35:34 kleink Exp $ .\" .Dd February 3, 1994 .Dt STRTOK 3 .Os BSD 3 .Sh NAME -.Nm strtok +.Nm strtok, strtok_r .Nd string tokens .Sh LIBRARY .Lb libc @@ -99,6 +99,10 @@ The function conforms to .St -ansiC . +The +.Fn strtok_r +function conforms to +.St -p1003.1c-95 . .Sh BUGS There is no way to get tokens from multiple strings simultaneously. .Pp |
