strace.1: enhance %statfs description

* strace.1 (.SS Filtering) <%statfs>: Fix the list of syscalls,
add an equivalent regex expression.
This commit is contained in:
Дмитрий Левин 2017-04-17 20:14:07 +00:00
parent 1be0e27b0b
commit 11d1359f23

View File

@ -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.