svn commit: r295350 - stable/10/lib/libc/string
Warren Block
wblock at FreeBSD.org
Sat Feb 6 14:03:33 UTC 2016
Author: wblock (doc committer)
Date: Sat Feb 6 14:03:31 2016
New Revision: 295350
URL: https://svnweb.freebsd.org/changeset/base/295350
Log:
MFC r294597:
Add a standards compliance note for strtok_r
Approved by: re (marius@)
Modified:
stable/10/lib/libc/string/strtok.3
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/string/strtok.3
==============================================================================
--- stable/10/lib/libc/string/strtok.3 Sat Feb 6 13:39:20 2016 (r295349)
+++ stable/10/lib/libc/string/strtok.3 Sat Feb 6 14:03:31 2016 (r295350)
@@ -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:
More information about the svn-src-stable
mailing list