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

Konstantin Belousov kib at FreeBSD.org
Sun Mar 22 08:29:13 PDT 2009


Author: kib
Date: Sun Mar 22 15:29:12 2009
New Revision: 190266
URL: http://svn.freebsd.org/changeset/base/190266

Log:
  7.2 will be the first release where strndup() appears.
  
  Submitted by:	Florian Smeets <flo kasimir com>
  MFC after:	3 days

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

Modified: head/lib/libc/string/strdup.3
==============================================================================
--- head/lib/libc/string/strdup.3	Sun Mar 22 14:39:37 2009	(r190265)
+++ head/lib/libc/string/strdup.3	Sun Mar 22 15:29:12 2009	(r190266)
@@ -80,4 +80,4 @@ function first appeared in
 The
 .Fn strndup
 function was added in
-.Fx 8.0 .
+.Fx 7.2 .


More information about the svn-src-head mailing list