From: Dmitry V. Levin Date: Mon, 17 Apr 2017 20:14:07 +0000 (+0000) Subject: strace.1: enhance %statfs description X-Git-Tag: v4.17~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11d1359f23fac8429da437112652fed1361c3a49;p=strace strace.1: enhance %statfs description * strace.1 (.SS Filtering) <%statfs>: Fix the list of syscalls, add an equivalent regex expression. --- diff --git a/strace.1 b/strace.1 index 2efa370e..293ff8be 100644 --- a/strace.1 +++ b/strace.1 @@ -435,7 +435,10 @@ Trace all file descriptor related system calls. Trace all memory mapping related system calls. .TP .BR "\-e\ trace" = %statfs -Trace statfs, statfs64, and statvfs system calls. +Trace statfs, statfs64, statvfs, osf_statfs, and osf_statfs64 system calls. +The same effect can be achieved with +.BR "\-e\ trace" = /^(.*_)?statv?fs +regex expression. .TP \fB\-e\ abbrev\fR=\,\fIset\fR Abbreviate the output from printing each member of large structures.