]> granicus.if.org Git - strace/commitdiff
strace.1.in: properly indent -e inject description
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 25 Sep 2019 17:53:30 +0000 (19:53 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 18:24:48 +0000 (18:24 +0000)
As inject option description is moved to a separate section, its
.TP macro now requires an argument.

* strace.1.in (.SS Tampering): Add indent size argument to the first
.TP macro instance.

Fixes: v5.3~99 "strace.1.in: reorder options"
strace.1.in

index 531779c6a34e11fd002380289e0592dd0a055fd4..68f9b5e76a69346240bd30bea65aeb226475e4c8 100644 (file)
@@ -830,7 +830,7 @@ default is
 Summarise the time difference between the beginning and end of
 each system call.  The default is to summarise the system time.
 .SS Tampering
-.TP
+.TP 12
 \fB\-e\ inject\fR=\,\fIset\/\fR[:\fBerror\fR=\,\fIerrno\/\fR|:\fBretval\fR=\,\fIvalue\/\fR][:\fBsignal\fR=\,\fIsig\/\fR][:\fBsyscall\fR=\fIsyscall\fR][:\fBdelay_enter\fR=\,\fIusecs\/\fR][:\fBdelay_exit\fR=\,\fIusecs\/\fR][:\fBwhen\fR=\,\fIexpr\/\fR]
 Perform syscall tampering for the specified set of syscalls.