diff options
Diffstat (limited to 'lib/libc/gen/psignal.3')
-rw-r--r-- | lib/libc/gen/psignal.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3 index 13ec71eb6b7..24d029d30ab 100644 --- a/lib/libc/gen/psignal.3 +++ b/lib/libc/gen/psignal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: psignal.3,v 1.9 2003/06/02 20:18:34 millert Exp $ +.\" $OpenBSD: psignal.3,v 1.10 2005/07/22 03:16:58 jaredy Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,7 +57,9 @@ it is written to the standard error file descriptor prior to the message string, immediately followed by a colon and a space. If the signal number is not recognized -.Pq Xr sigaction 2 , +(see +.Xr sigaction 2 +for a list), the string .Dq Unknown signal is produced. @@ -69,7 +71,7 @@ The external array .Va sys_signame is used similarly and contains short, upper-case abbreviations for signals which are useful for recognizing signal names in user input. -The defined variable +The defined value .Dv NSIG contains a count of the strings in .Va sys_siglist |