diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-16 05:06:07 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-16 05:06:07 +0000 |
commit | ffb285ee197f027c6005b2db2b060c00b680f0f4 (patch) | |
tree | 861a065d11702b73f15adc035978d9619c3f51b3 /lib/libc | |
parent | 053f8161ecf8a8efcbb8e76c8f739d5d58708d93 (diff) | |
download | FreeBSD-src-ffb285ee197f027c6005b2db2b060c00b680f0f4.zip FreeBSD-src-ffb285ee197f027c6005b2db2b060c00b680f0f4.tar.gz |
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
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strerror.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 0ec6cb0..5961a84 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -147,6 +147,7 @@ or should be used instead. .Sh SEE ALSO .Xr intro 2 , +.Xr err 3 , .Xr psignal 3 .Sh STANDARDS The |