From 5b547f3b3e461194e2db303e5527d363b703b2dd Mon Sep 17 00:00:00 2001 From: Mark Tinguely Date: Wed, 29 Oct 2014 16:31:30 +1100 Subject: [PATCH] xfsctl.3: fix XFS_IOC_FSSETXATTR fields The xfsctl manual page fails to mention that fsx_projid is a setable field. Signed-off-by: Mark Tinguely Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- man/man3/xfsctl.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3 index 30d223898..e84b829d2 100644 --- a/man/man3/xfsctl.3 +++ b/man/man3/xfsctl.3 @@ -245,9 +245,10 @@ Set additional attributes associated with files in XFS file systems. The final argument points to a variable of type .BR "struct fsxattr" , but only the following fields are used in this call: -.B fsx_xflags +.BR fsx_xflags , +.B fsx_extsize and -.BR fsx_extsize . +.BR fsx_projid . The .B fsx_xflags realtime file bit and the file's extent size may be changed only -- 2.47.2