From: Darrick J. Wong Date: Wed, 7 May 2025 22:00:20 +0000 (-0700) Subject: man: adjust description of the statx manpage X-Git-Tag: v6.15.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec9909785b860d8c3227a98981c82951a0182202;p=thirdparty%2Fxfsprogs-dev.git man: adjust description of the statx manpage Amend the manpage description of how the lack of statx -m options work. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Reviewed-by: John Garry --- diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index 64b3e907..b0dcfdb7 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -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 Specify a numeric field mask for the statx call.