From 6954769314101dec2ae06efe8b41e8d433dec3fe Mon Sep 17 00:00:00 2001 From: Eryu Guan Date: Wed, 25 Jan 2017 20:02:42 -0600 Subject: [PATCH] xfs_io: add DAX and CoW extent-size flags to chattr manpage Manpage is not updated after adding set/clear DAX and CoW extent-size flags support to xfs_io. Signed-off-by: Eryu Guan Reviewed-by: Christoph Hellwig Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- man/man8/xfs_io.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index 024f7125d..19e1ae496 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -832,7 +832,7 @@ can be used to restrict the output to directories only). This is a depth first descent, it does not follow symlinks and it also does not cross mount points. .TP -.BR chattr " [ " \-R " | " \-D " ] [ " + / \-riasAdtPneEfS " ]" +.BR chattr " [ " \-R " | " \-D " ] [ " + / \-riasAdtPneEfSxC " ]" Change extended inode flags on the currently open file. The .B \-R and -- 2.47.2