From 8ef2b2ad6e08ec6b6a203cce74ddcb02ea056387 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Sat, 10 Mar 2018 05:09:04 +0100 Subject: [PATCH] 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. --- strace.1.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/strace.1.in b/strace.1.in index b0b692d3..caa88244 100644 --- a/strace.1.in +++ b/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)" -- 2.40.0