]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r318175:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Jun 2017 06:30:22 +0000 (06:30 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Jun 2017 06:30:22 +0000 (06:30 +0000)
commitd7c4365d13d77b6e0515c27e2932d1579db3d409
tree5858b11729a031cb66ae4f40311945a236b319c3
parent92505708491705f2ac80583cb9ec3d9e5957185d
MFC r318175:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@319374 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/procstat/procstat.1