diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-18 03:01:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-18 03:01:36 +0000 |
commit | c2d5d31832de35b48a0e487f90b9a58abeb3a8ea (patch) | |
tree | 3dcc33b96ac33fca8fde9f5dff0db0a5afbb6ae4 /lib/libc/gen/psignal.3 | |
parent | b6a043747e2041e97decf4b4c5a3b51c3b40b722 (diff) |
Repairs, mostly removing hard sentence breaks.
Diffstat (limited to 'lib/libc/gen/psignal.3')
-rw-r--r-- | lib/libc/gen/psignal.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3 index 455965e3c4e..d247e95f285 100644 --- a/lib/libc/gen/psignal.3 +++ b/lib/libc/gen/psignal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: psignal.3,v 1.7 1999/07/09 13:35:18 aaron Exp $ +.\" $OpenBSD: psignal.3,v 1.8 2000/04/18 03:01:27 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,11 +68,12 @@ is produced. .Pp The message strings can be accessed directly using the external array .Va sys_siglist , -indexed by recognized signal numbers. The external array +indexed by recognized signal numbers. +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 +which are useful for recognizing signal names in user input. +The defined variable .Dv NSIG contains a count of the strings in .Va sys_siglist |