]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
man: adjust description of the statx manpage
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 May 2025 22:00:20 +0000 (15:00 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 28 May 2025 10:16:39 +0000 (12:16 +0200)
Amend the manpage description of how the lack of statx -m options work.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
man/man8/xfs_io.8

index 64b3e907553f488fffbe701c8f6a7355c022142d..b0dcfdb72c3ebc3eeb65a9d2a79115226189b85e 100644 (file)
@@ -995,7 +995,9 @@ Set the field mask for the statx call to STATX_BASIC_STATS.
 .TP
 .B \-m all
 Set all bits in the field mask for the statx call except for STATX__RESERVED.
-The default is to set STATX_BASIC_STATS and STATX_BTIME.
+If no
+.B -m
+arguments are specified, the default is STATX_BASIC_STATS and STATX_BTIME.
 .TP
 .B \-m <mask>
 Specify a numeric field mask for the statx call.