From: Eugene Syromyatnikov Date: Wed, 25 Sep 2019 17:53:30 +0000 (+0200) Subject: strace.1.in: properly indent -e inject description X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6557cd1346d23a418a76939acdd1eff90e0cbf84;p=strace strace.1.in: properly indent -e inject description 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" --- diff --git a/strace.1.in b/strace.1.in index 531779c6..68f9b5e7 100644 --- a/strace.1.in +++ b/strace.1.in @@ -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.