svn commit: r234267 - stable/8/lib/libc/string

Eitan Adler eadler at FreeBSD.org
Sat Apr 14 02:48:20 UTC 2012


Author: eadler
Date: Sat Apr 14 02:48:19 2012
New Revision: 234267
URL: http://svn.freebsd.org/changeset/base/234267

Log:
  MFC r231813:
  	Add err(3) to strerror(3) SEE ALSO section
  
  Approved by:	cperciva (implicit)

Modified:
  stable/8/lib/libc/string/strerror.3
Directory Properties:
  stable/8/lib/libc/   (props changed)

Modified: stable/8/lib/libc/string/strerror.3
==============================================================================
--- stable/8/lib/libc/string/strerror.3	Sat Apr 14 02:46:59 2012	(r234266)
+++ stable/8/lib/libc/string/strerror.3	Sat Apr 14 02:48:19 2012	(r234267)
@@ -147,6 +147,7 @@ or
 should be used instead.
 .Sh SEE ALSO
 .Xr intro 2 ,
+.Xr err 3 ,
 .Xr psignal 3
 .Sh STANDARDS
 The


More information about the svn-src-all mailing list