svn commit: r294597 - head/lib/libc/string

Warren Block wblock at FreeBSD.org
Fri Jan 22 20:36:04 UTC 2016


Author: wblock (doc committer)
Date: Fri Jan 22 20:36:03 2016
New Revision: 294597
URL: https://svnweb.freebsd.org/changeset/base/294597

Log:
  Add a standards compliance note for strtok_r as suggested by cpercival.
  
  Reviewed by:	cpercival
  MFC after:	1 week

Modified:
  head/lib/libc/string/strtok.3

Modified: head/lib/libc/string/strtok.3
==============================================================================
--- head/lib/libc/string/strtok.3	Fri Jan 22 20:35:20 2016	(r294596)
+++ head/lib/libc/string/strtok.3	Fri Jan 22 20:36:03 2016	(r294597)
@@ -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 at softweyr.com ,
 Softweyr LLC


More information about the svn-src-head mailing list