freebsd-skq/usr.bin/procstat
Enji Cooper 9c72afc9dd 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
2017-05-11 06:35:23 +00:00
..
Makefile Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00
Makefile.depend
procstat_args.c
procstat_auxv.c
procstat_basic.c
procstat_bin.c
procstat_cred.c
procstat_cs.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_files.c Use nitems() from sys/param.h. 2016-07-30 07:15:54 +00:00
procstat_kstack.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_ptlwpinfo.c Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00
procstat_rlimit.c
procstat_rusage.c
procstat_sigs.c
procstat_threads.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_vm.c
procstat.1 procstat(1): clarify the Signal Disposition section 2017-05-11 06:35:23 +00:00
procstat.c Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00
procstat.h Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00