Author: eadler Date: Thu Feb 16 05:06:07 2012 New Revision: 231813 URL: http://svn.freebsd.org/changeset/base/231813
Log: Add err(3) to strerror(3) SEE ALSO section PR: docs/164940 Submitted by: Niclas Zeising <[email protected]> Approved by: cperciva MFC after: 3 days Modified: head/lib/libc/string/strerror.3 Modified: head/lib/libc/string/strerror.3 ============================================================================== --- head/lib/libc/string/strerror.3 Thu Feb 16 05:01:09 2012 (r231812) +++ head/lib/libc/string/strerror.3 Thu Feb 16 05:06:07 2012 (r231813) @@ -147,6 +147,7 @@ or should be used instead. .Sh SEE ALSO .Xr intro 2 , +.Xr err 3 , .Xr psignal 3 .Sh STANDARDS The _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
