Reported-by: Roeland Jansen <roeland@xxxxxxxxxxx> Addresses: https://bugzilla.novell.com/show_bug.cgi?id=723877 Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- sys-utils/fstrim.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 29c6561..cc50674 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -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); } -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html