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

[ Available lists | Index of svn-src-all | Month of Feb 2012 | Week of 16 Feb 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Eitan Adler <eadler@FreeBSD.org>
Date
16 Feb 2012 05:06:08
Subject
svn commit: r231813 - head/lib/libc/string
Message-ID
201202160506.q1G567bX099572@svn.freebsd.org


[ Hide this part ]
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 <zeising@daemonic.se>
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


Elapsed time: 0.111 seconds