From: Eugene Syromyatnikov Date: Wed, 25 Sep 2019 18:19:35 +0000 (+0200) Subject: strace.1.in: mention seccomp(2) in --seccomp-bpf option description X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a40e76c7e5b2cc5bc57b2132d5d4e8c8cb3ade3e;p=strace strace.1.in: mention seccomp(2) in --seccomp-bpf option description And format ptrace(2) properly as well. * strace.1.in (.SS Miscellaneous): Mention seccomp(2), format ptrace(2) mention. --- diff --git a/strace.1.in b/strace.1.in index 7a5a4d56..70d4ee57 100644 --- a/strace.1.in +++ b/strace.1.in @@ -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