From dc895f2e2002227273a1c4fadaa96e44ad70c0c2 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 14 Sep 1998 21:35:34 +0000 Subject: [PATCH] Make makewhatis find strtok_r(3). --- lib/libc/string/strtok.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 7ed0f445f5ee..7bac69accb05 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