On 07/05/2025 23:00, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@xxxxxxxxxx> Amend the manpage description of how the lack of statx -m options work. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx>
FWIW, Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>
--- man/man8/xfs_io.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index 64b3e907553f48..b0dcfdb72c3ebc 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -995,7 +995,9 @@ .SH FILE I/O COMMANDS .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.