aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-02-16 05:06:07 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-02-16 05:06:07 +0000
commit9d4261b7957efd4772078b059fb91b3478093595 (patch)
tree861a065d11702b73f15adc035978d9619c3f51b3 /lib/libc/string
parentc48e7eac15566021daf4d1961fd1648595dde4c5 (diff)
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
Notes
Notes: svn path=/head/; revision=231813
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strerror.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3
index 0ec6cb0af406..5961a84a9d83 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