Add a standards compliance note for strtok_r as suggested by cpercival.

Reviewed by:	cpercival
MFC after:	1 week
This commit is contained in:
Warren Block 2016-01-22 20:36:03 +00:00
parent 6adf19481c
commit c18d8171a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294597

View File

@ -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 Aq Mt wes@softweyr.com ,
Softweyr LLC