diff mbox series

[4/9] man: link to the SCRUB_METADATA ioctl manpage from xfsctl.3

Message ID 156104947386.1174403.3374265373047115552.stgit@magnolia (mailing list archive)
State Accepted
Headers show
Series xfsprogs: document the ioctls scrub uses | expand

Commit Message

Darrick J. Wong June 20, 2019, 4:51 p.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

Link to the scrub ioctl documentation from xfsctl.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 man/man3/xfsctl.3 |    7 +++++++
 1 file changed, 7 insertions(+)

Comments

Eric Sandeen July 5, 2019, 4:23 p.m. UTC | #1
On 6/20/19 11:51 AM, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
> 
> Link to the scrub ioctl documentation from xfsctl.
> 
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
>  man/man3/xfsctl.3 |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> 
> diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3
> index 94a6ad4b..78fad975 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),
>
diff mbox series

Patch

diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3
index 94a6ad4b..78fad975 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),