From 12a48f5d8a06a8ca21b6221e94318e4922f0316c Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 12 Nov 2013 16:31:12 +0000 Subject: [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage xfs_check is deprecated & slated for removal in June 2014. We can stop referring to it now, though - pointing fsck.xfs users to it doesn't make sense at this point. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig Signed-off-by: Rich Johnston --- fsck/xfs_fsck.sh | 2 +- man/man8/fsck.xfs.8 | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/fsck/xfs_fsck.sh b/fsck/xfs_fsck.sh index c5a96e688..e52969e4b 100755 --- a/fsck/xfs_fsck.sh +++ b/fsck/xfs_fsck.sh @@ -19,6 +19,6 @@ if $AUTO; then echo "$0: XFS file system." else echo "If you wish to check the consistency of an XFS filesystem or" - echo "repair a damaged filesystem, see xfs_check(8) and xfs_repair(8)." + echo "repair a damaged filesystem, see xfs_repair(8)." fi exit 0 diff --git a/man/man8/fsck.xfs.8 b/man/man8/fsck.xfs.8 index b890ad16a..ace7252d3 100644 --- a/man/man8/fsck.xfs.8 +++ b/man/man8/fsck.xfs.8 @@ -20,8 +20,6 @@ simply exits with a zero exit status. If you wish to check the consistency of an XFS filesystem, or repair a damaged or corrupt XFS filesystem, see -.BR xfs_check (8) -and .BR xfs_repair (8). . .SH FILES @@ -30,5 +28,4 @@ and .BR fsck (8), .BR fstab (5), .BR xfs (5), -.BR xfs_check (8), .BR xfs_repair (8). -- 2.47.2