]> granicus.if.org Git - strace/commitdiff
strace.1.in: mention seccomp(2) in --seccomp-bpf option description
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 25 Sep 2019 18:19:35 +0000 (20:19 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 18:24:48 +0000 (18:24 +0000)
And format ptrace(2) properly as well.

* strace.1.in (.SS Miscellaneous): Mention seccomp(2), format ptrace(2)
mention.

strace.1.in

index 7a5a4d56602f11b8018936a4ef8a434a58727513..70d4ee57f45517a12281cb93306631a43c68a97b 100644 (file)
@@ -978,8 +978,12 @@ Show some debugging output of
 itself on the standard error.
 .TP
 .B \-\-seccomp\-bpf
-Enable (experimental) usage of seccomp-bpf to have ptrace(2)-stops only when
-system calls that are being traced occur in the traced processes.  Implies the
+Enable (experimental) usage of seccomp-bpf (see
+.BR seccomp (2))
+to have
+.BR ptrace (2)-stops
+only when system calls that are being traced occur in the traced processes.
+Implies the
 .B \-f
 option.
 An attempt to rely on seccomp-bpf to filter system calls may fail for various