util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fstrim: fix section number in referral to manpage
@ 2011-10-13 13:10 Petr Uzel
  2011-10-17  9:16 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Uzel @ 2011-10-13 13:10 UTC (permalink / raw)
  To: util-linux

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 |    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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fstrim: fix section number in referral to manpage
  2011-10-13 13:10 [PATCH] fstrim: fix section number in referral to manpage Petr Uzel
@ 2011-10-17  9:16 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2011-10-17  9:16 UTC (permalink / raw)
  To: Petr Uzel; +Cc: util-linux

On Thu, Oct 13, 2011 at 03:10:45PM +0200, Petr Uzel wrote:
>  sys-utils/fstrim.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

 Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-17  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 13:10 [PATCH] fstrim: fix section number in referral to manpage Petr Uzel
2011-10-17  9:16 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).