From 86e28b9548aa3e8d6b34a5966a3fab5d37c032de Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Thu, 24 Apr 2025 14:52:52 -0700 Subject: [PATCH] man: fix missing cachestat manpage Fix missing cachestat documentation so that xfs/293 doesn't fail. Signed-off-by: Darrick J. Wong Reviewed-by: Ritesh Harjani (IBM) Reviewed-by: Christoph Hellwig --- man/man8/xfs_io.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index df508054..726e25af 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -1101,6 +1101,9 @@ Check parameters without changing anything. Do not print timing information at all. .PD .RE +.TP +.BI "cachestat off len +Print page cache statistics for the given file range. .SH MEMORY MAPPED I/O COMMANDS .TP -- 2.47.2