]> granicus.if.org Git - strace/commitdiff
strace.1: replace .TP with .TQ between command-line option variants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 10 Aug 2017 16:14:56 +0000 (18:14 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 10 Aug 2017 18:51:22 +0000 (20:51 +0200)
In order to eliminate unneeded space between them.

* strace.1 (Filtering): Replace .TP with .TQ between different variants
of the same option.

strace.1

index af9704f5325ca702e27fae76bebfb686b9d20fac..4aa75e3d27b60eea5ef50a6a8713c839bd85b7b2 100644 (file)
--- a/strace.1
+++ b/strace.1
@@ -395,7 +395,7 @@ Extended Regular Expression syntax (see
 .BR regex (7)).
 .PP
 .BR "\-e\ trace" = %file
-.TP
+.TQ
 .BR "\-e\ trace" = file " (deprecated)"
 Trace all system calls which take a file name as an argument.  You
 can think of this as an abbreviation for
@@ -407,33 +407,33 @@ accidentally forget to include a call like
 in the list.  Betchya woulda forgot that one.
 .PP
 .BR "\-e\ trace" = %process
-.TP
+.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
 .BR "\-e\ trace" = %network
-.TP
+.TQ
 .BR "\-e\ trace" = network " (deprecated)"
 Trace all the network related system calls.
 .PP
 .BR "\-e\ trace" = %signal
-.TP
+.TQ
 .BR "\-e\ trace" = signal " (deprecated)"
 Trace all signal related system calls.
 .PP
 .BR "\-e\ trace" = %ipc
-.TP
+.TQ
 .BR "\-e\ trace" = ipc " (deprecated)"
 Trace all IPC related system calls.
 .PP
 .BR "\-e\ trace" = %desc
-.TP
+.TQ
 .BR "\-e\ trace" = desc " (deprecated)"
 Trace all file descriptor related system calls.
 .PP
 .BR "\-e\ trace" = %memory
-.TP
+.TQ
 .BR "\-e\ trace" = memory " (deprecated)"
 Trace all memory mapping related system calls.
 .TP