summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-07-03 22:44:42 +0000
committerjtc <jtc@NetBSD.org>1995-07-03 22:44:42 +0000
commit1eb9f79e6e254c5574c85f14b2fcacc6318c1ebe (patch)
tree86605075bba574c4c46a0f6d003e7a8147388b8c /lib/libc/string
parent3d55deb16807b10650ae96945516ac48d490efc0 (diff)
added intro(2) cross reference
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strsignal.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strsignal.3 b/lib/libc/string/strsignal.3
index f9d828e1d30..2669f4aa9ba 100644
--- a/lib/libc/string/strsignal.3
+++ b/lib/libc/string/strsignal.3
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strerror.3 6.9 (Berkeley) 6/29/91
-.\" $Id: strsignal.3,v 1.1 1994/08/02 05:01:24 jtc Exp $
+.\" $Id: strsignal.3,v 1.2 1995/07/03 22:44:42 jtc Exp $
.\"
.Dd June 29, 1991
.Dt STRSIGNAL 3
@@ -56,5 +56,6 @@ The array pointed to is not to be modified by the program, but may be
overwritten by subsequent calls to
.Fn strsignal .
.Sh SEE ALSO
+.Xr intro 2 ,
.Xr psignal 3 ,
.Xr setlocale 3