From 28ae8dc6dd1a3a865bee71fc2a1747316fab30f8 Mon Sep 17 00:00:00 2001 From: wblock Date: Sat, 6 Feb 2016 14:03:31 +0000 Subject: [PATCH] MFC r294597: Add a standards compliance note for strtok_r Approved by: re (marius@) --- lib/libc/string/strtok.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 97a8b156b929..9dc36ee6eabb 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -44,7 +44,7 @@ .\" @(#)strtok.3 8.2 (Berkeley) 2/3/94 .\" $FreeBSD$ .\" -.Dd November 27, 1998 +.Dd January 22, 2016 .Dt STRTOK 3 .Os .Sh NAME @@ -149,6 +149,11 @@ The function conforms to .St -isoC . +The +.Fn strtok_r +function +conforms to +.St -p1003.1-2001 . .Sh AUTHORS .An Wes Peters , Softweyr LLC: