procstat(1): clarify the Signal Disposition section

- Fix a typo (SIGIGN -> SIG_IGN). Use .Dv when referencing SIG_IGN.
- Use semi-colons as soft breaks when separating sentences for
  the FLAGS section.
- Tweak wording for C slightly to flow better and to be a bit
  more technically correct (signals with handlers installed will
  be caught by the target program).
- Reference signal(3) in the SEE ALSO section.

MFC after:	3 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-05-11 06:35:23 +00:00
parent 83fbc8857f
commit 9c72afc9dd

View File

@ -285,11 +285,13 @@ signal name
process signal disposition details, three symbols
.Bl -tag -width X -compact
.It P
if signal is pending in the global process queue, - otherwise
if signal is pending in the global process queue; - otherwise.
.It I
if signal delivery disposition is SIGIGN, - otherwise
if signal delivery disposition is
.Dv SIG_IGN;
- otherwise.
.It C
if signal delivery is to catch it, - otherwise
if the signal will be caught; - otherwise.
.El
.El
.Pp
@ -542,6 +544,7 @@ auxiliary vector value
.Xr cap_rights_limit 2 ,
.Xr libprocstat 3 ,
.Xr libxo 3 ,
.Xr signal 3 ,
.Xr xo_parse_args 3 ,
.Xr ddb 4 ,
.Xr stack 9