From ec9909785b860d8c3227a98981c82951a0182202 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 7 May 2025 15:00:20 -0700 Subject: [PATCH] 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 --- 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 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. -- 2.47.3