diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-16 05:06:07 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-16 05:06:07 +0000 |
commit | 9d4261b7957efd4772078b059fb91b3478093595 (patch) | |
tree | 861a065d11702b73f15adc035978d9619c3f51b3 | |
parent | c48e7eac15566021daf4d1961fd1648595dde4c5 (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
-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 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 |