]> granicus.if.org Git - strace/commitdiff
strace.1.in: rewrite supported -e status options in a more compact form
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 24 Jul 2019 00:13:11 +0000 (02:13 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Aug 2019 22:33:09 +0000 (22:33 +0000)
* strace.1.in (.SS Filtering): Rewrite -e status value options in a
sublist.

strace.1.in

index 2fabfcc881acabf22a1353464b8abad6243ae335..8fa00ebc0d682734d2da16e0118a8bcbb899494e 100644 (file)
@@ -548,28 +548,34 @@ finishes:
 [pid 28779] 1130322148.939977 clock_gettime(CLOCK_REALTIME, {1130322148, 939977000}) = 0
 [pid 28772] 1130322148.438139 select(4, [3], NULL, NULL, NULL) = 1 (in [3])
 .CE
-.TP
-.BR "\-e\ status" = successful
-Trace system calls that returned without an error code.  The
+.I set
+can include the following elements:
+.RS
+.TP 13
+.B successful
+Trace system calls that returned without an error code.
+The
 .B -z
 option has the effect of
-.BR status=successful .
-.TP
-.BR "\-e\ status" = failed
-Trace system calls that returned with an error code.  The
+.BR status = successful .
+.TQ
+.B failed
+Trace system calls that returned with an error code.
+The
 .B -Z
 option has the effect of
-.BR status=failed .
-.TP
-.BR "\-e\ status" = unfinished
+.BR status = failed .
+.TQ
+.B unfinished
 Trace system calls that did not return.  This might happen, for example, due to
 an execve call in a neighbour thread.
-.TP
-.BR "\-e\ status" = unavailable
+.TQ
+.B unavailable
 Trace system calls that returned but strace failed to fetch the error status.
-.TP
-.BR "\-e\ status" = detached
+.TQ
+.B detached
 Trace system calls for which strace detached before the return.
+.RE
 .TP
 .BI "\-P " path
 Trace only system calls accessing