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:
parent
1be0e27b0b
commit
11d1359f23
5
strace.1
5
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user