strace.1.in: fix formatting of -e trace class descriptions
Use .TP instead .PP as it is ought to be. * strace.1.in (.SS Filtering): Use .TP instead .PP as it is ought to be.
This commit is contained in:
parent
834318eb15
commit
8ef2b2ad6e
14
strace.1.in
14
strace.1.in
@ -436,7 +436,7 @@ You can use
|
||||
.B POSIX
|
||||
Extended Regular Expression syntax (see
|
||||
.BR regex (7)).
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %file
|
||||
.TQ
|
||||
.BR "\-e\ trace" = file " (deprecated)"
|
||||
@ -448,33 +448,33 @@ Furthermore, using the abbreviation will ensure that you don't
|
||||
accidentally forget to include a call like
|
||||
.B lstat
|
||||
in the list. Betchya woulda forgot that one.
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %process
|
||||
.TQ
|
||||
.BR "\-e\ trace" = process " (deprecated)"
|
||||
Trace all system calls which involve process management. This
|
||||
is useful for watching the fork, wait, and exec steps of a process.
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %network
|
||||
.TQ
|
||||
.BR "\-e\ trace" = network " (deprecated)"
|
||||
Trace all the network related system calls.
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %signal
|
||||
.TQ
|
||||
.BR "\-e\ trace" = signal " (deprecated)"
|
||||
Trace all signal related system calls.
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %ipc
|
||||
.TQ
|
||||
.BR "\-e\ trace" = ipc " (deprecated)"
|
||||
Trace all IPC related system calls.
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %desc
|
||||
.TQ
|
||||
.BR "\-e\ trace" = desc " (deprecated)"
|
||||
Trace all file descriptor related system calls.
|
||||
.PP
|
||||
.TP
|
||||
.BR "\-e\ trace" = %memory
|
||||
.TQ
|
||||
.BR "\-e\ trace" = memory " (deprecated)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user