]> granicus.if.org Git - strace/commitdiff
strace.1: enhance %statfs description
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 17 Apr 2017 20:14:07 +0000 (20:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 17 Apr 2017 20:14:07 +0000 (20:14 +0000)
* strace.1 (.SS Filtering) <%statfs>: Fix the list of syscalls,
add an equivalent regex expression.

strace.1

index 2efa370e076442ddc2ec1c18cf9f0e325f6bb118..293ff8be3c2bab5687065654f2155fe72d03528e 100644 (file)
--- 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.