From: Darrick J. Wong Date: Wed, 10 Jul 2019 21:16:36 +0000 (-0400) Subject: man: link to the SCRUB_METADATA ioctl manpage from xfsctl.3 X-Git-Tag: v5.1.0-rc1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6237c498ffd8b6518c29696f08cd0c996ed8cd71;p=thirdparty%2Fxfsprogs-dev.git man: link to the SCRUB_METADATA ioctl manpage from xfsctl.3 Link to the scrub ioctl documentation from xfsctl. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3 index 94a6ad4b5..78fad9751 100644 --- a/man/man3/xfsctl.3 +++ b/man/man3/xfsctl.3 @@ -411,6 +411,12 @@ See .BR ioctl_xfs_fsbulkstat (2) for more information. +.TP +.B XFS_IOC_SCRUB_METADATA +See +.BR ioctl_xfs_scrub_metadata (2) +for more information. + .PP .nf .B XFS_IOC_THAW @@ -436,6 +442,7 @@ as they are not of general use to applications. .BR ioctl_xfs_fsgetxattr (2), .BR ioctl_xfs_fsop_geometry (2), .BR ioctl_xfs_fsbulkstat (2), +.BR ioctl_xfs_scrub_metadata (2), .BR fstatfs (2), .BR statfs (2), .BR xfs (5),