]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: fix section number in referral to manpage
authorPetr Uzel <petr.uzel@suse.cz>
Thu, 13 Oct 2011 13:10:45 +0000 (15:10 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Oct 2011 09:06:36 +0000 (11:06 +0200)
Reported-by: Roeland Jansen <roeland@linux-it.nl>
Addresses: https://bugzilla.novell.com/show_bug.cgi?id=723877

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
sys-utils/fstrim.c

index 29c65617c5d5bb50c8199d339fb13dae6b550b46..cc50674fbc7405d176b07969614b58ae6c1ae1d2 100644 (file)
@@ -63,7 +63,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
                " -m, --minimum <num> minimum extent length to discard\n"
                " -v, --verbose       print number of discarded bytes\n"), out);
 
-       fputs(_("\nFor more information see fstrim(1).\n"), out);
+       fputs(_("\nFor more information see fstrim(8).\n"), out);
 
        exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
 }