From ffb285ee197f027c6005b2db2b060c00b680f0f4 Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 16 Feb 2012 05:06:07 +0000 Subject: Add err(3) to strerror(3) SEE ALSO section PR: docs/164940 Submitted by: Niclas Zeising Approved by: cperciva MFC after: 3 days --- lib/libc/string/strerror.3 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/string') 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 -- cgit v1.1