]> granicus.if.org Git - strace/commitdiff
strace.1: fix formatting
authorJingPiao Chen <chenjingpiao@gmail.com>
Tue, 17 Jan 2017 07:55:59 +0000 (15:55 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 20 Jan 2017 18:30:11 +0000 (18:30 +0000)
* strace.1: Remove misplaced .TP macros.

strace.1

index 0356c2d1b9c0fa2893f78481a7946f80525b8c9d..351dc1488291d0c90934b3d35c5338b1f2ac50e5 100644 (file)
--- a/strace.1
+++ b/strace.1
@@ -205,7 +205,6 @@ Here the second argument represents the full set of all signals.
 .SH OPTIONS
 .SS Output format
 .TP 12
-.TP
 .BI "\-a " column
 Align return values in a specific column (default column 40).
 .TP
@@ -278,7 +277,6 @@ Print paths associated with file descriptor arguments.
 Print protocol specific information associated with socket file descriptors.
 .SS Statistics
 .TP 12
-.TP
 .B \-c
 Count time, calls, and errors for each system call and report a summary on
 program exit.  On Linux, this attempts to show system time (CPU time spent
@@ -327,7 +325,6 @@ Summarise the time difference between the beginning and end of
 each system call.  The default is to summarise the system time.
 .SS Filtering
 .TP 12
-.TP
 .BI "\-e " expr
 A qualifying expression which modifies which events to trace
 or how to trace them.  The format of the expression is:
@@ -583,7 +580,6 @@ behavior displays a reasonable subset of structure members.  Use
 this option to get all of the gory details.
 .SS Tracing
 .TP 12
-.TP
 .BI "\-b " syscall
 If specified syscall is reached, detach from traced process.
 Currently, only
@@ -631,7 +627,6 @@ When strace can be interrupted by signals (such as pressing ^C).
 strace -o FILE PROG not stop on ^Z).
 .SS Startup
 .TP 12
-.TP
 \fB\-E\ \fIvar\fR=\,\fIval\fR
 Run command with
 .IR var = val
@@ -674,7 +669,6 @@ Unless this option is used setuid and setgid programs are executed
 without effective privileges.
 .SS Miscellaneous
 .TP 12
-.TP
 .B \-d
 Show some debugging output of
 .B strace