]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: remove xfs_check references from fsck.xfs script & manpage
authorEric Sandeen <sandeen@redhat.com>
Tue, 12 Nov 2013 16:31:12 +0000 (16:31 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 13 Nov 2013 02:02:59 +0000 (20:02 -0600)
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 <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
fsck/xfs_fsck.sh
man/man8/fsck.xfs.8

index c5a96e688b994c36d9ab1b0206225f2f5e7b12e8..e52969e4b8893f0fb5883fa3555d591df19a8cf3 100755 (executable)
@@ -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
index b890ad16aa78e0e8e2bf3b55fe94bb4546ca8784..ace7252d392acf2de5fac67443ed6b7cb17d3662 100644 (file)
@@ -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).