Package: xfsprogs Version: 2.6.20-1 Severity: minor Tags: patch Hello, I used xfs_check to verify an xfs filesystem. it returned without any output, and the filesystem tests OK. (so far so good :-))
However, the manual page says, at the end of the DESCRIPTION chapter, and just before DIAGNOSTICS, that: "Any NON-VERBOSE output from xfs_check means that the filesystem has an inconsistency" I think that it should instead say "Any VERBOSE output from xfs_check means that the filesystem has an inconsistency" Is that correct? If not, I apologise for wasting your time. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.27 Locale: LANG=C, LC_CTYPE=C Versions of packages xfsprogs depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libncurses5 5.4-4 Shared libraries for terminal hand ii libreadline4 4.3-11 GNU readline and history libraries ii libuuid1 1.35-6 Universally unique id library -- no debconf information
diff -Naur OLD/usr/share/man/man8/xfs_check.8 NEW/usr/share/man/man8/xfs_check.8 --- OLD/usr/share/man/man8/xfs_check.8 2004-07-28 22:51:52.000000000 +0200 +++ NEW/usr/share/man/man8/xfs_check.8 2005-02-15 16:24:37.000000000 +0100 @@ -71,7 +71,7 @@ .B convert command. .PP -Any non-verbose output from +Any verbose output from .I xfs_check means that the filesystem has an inconsistency. The filesystem can be repaired using either

