From 6237c498ffd8b6518c29696f08cd0c996ed8cd71 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 10 Jul 2019 17:16:36 -0400 Subject: [PATCH] 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 --- man/man3/xfsctl.3 | 7 +++++++ 1 file changed, 7 insertions(+) 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), -- 2.47.2