From f2da2939831b825d9d55745850280a9ff0942022 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Wed, 3 May 2023 16:35:51 +0200 Subject: doc/strace.1: mention --tips in the synopsis * doc/strace.1.in (.SH SYNOPSIS): Add --tips options to the list of possible options, add "strace --tips" invocation variant. Complements: v5.18~38 "Raise strace awareness" Complements: v6.2-10-g7a289e79b "Make --tips more easily available" --- doc/strace.1.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/strace.1.in b/doc/strace.1.in index 09455e7b4..a523639cf 100644 --- a/doc/strace.1.in +++ b/doc/strace.1.in @@ -55,6 +55,7 @@ strace \- trace system calls and signals .OP \-X format .OP \-\-seccomp\-bpf .if '@ENABLE_SECONTEXT_FALSE@'#' .OP \-\-secontext\fR[=\fIformat\fR] +.OP \-\-tips\fR[=\fIformat\fR] .BR "" { .OR \-p pid .BR "" | @@ -77,6 +78,7 @@ strace \- trace system calls and signals .OP \-S sortby .OP \-U columns .OP \-\-seccomp\-bpf +.OP \-\-tips\fR[=\fIformat\fR] .BR "" { .OR \-p pid .BR "" | @@ -86,6 +88,9 @@ strace \- trace system calls and signals .IR command " [" args ] .BR "" } .YS +.SY strace +.B \-\-tips\fR[=\fIformat\fR] +.YS .SH DESCRIPTION .IX "strace command" "" "\fLstrace\fR command" .LP -- cgit v1.2.1