summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2023-05-03 16:35:51 +0200
committerDmitry V. Levin <ldv@strace.io>2023-05-05 12:02:38 +0000
commit3928ac601a007a007fc19ea96b08b06ac532a59b (patch)
tree6e3b640377fb3489393a86775f85936a64b1e601
parentd1d70f07d4ad1290eb976434860fd5135eb7a2b4 (diff)
downloadstrace-3928ac601a007a007fc19ea96b08b06ac532a59b.tar.gz
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"
-rw-r--r--doc/strace.1.in5
1 files changed, 5 insertions, 0 deletions
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