util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] findmnt: reference correct manual section
@ 2012-05-20  0:39 Dave Reisner
  2012-05-20  0:39 ` [PATCH 2/3] findmnt: fallback to mountinfo for polling Dave Reisner
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Dave Reisner @ 2012-05-20  0:39 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
---
 misc-utils/findmnt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c
index 1d34696..9005483 100644
--- a/misc-utils/findmnt.c
+++ b/misc-utils/findmnt.c
@@ -1005,7 +1005,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
 	for (i = 0; i < FINDMNT_NCOLUMNS; i++)
 		fprintf(out, " %11s  %s\n", infos[i].name, _(infos[i].help));
 
-	fprintf(out, USAGE_MAN_TAIL("findmnt(1)"));
+	fprintf(out, USAGE_MAN_TAIL("findmnt(8)"));
 
 	exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
 }
-- 
1.7.10.2


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

end of thread, other threads:[~2012-05-23  8:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20  0:39 [PATCH 1/3] findmnt: reference correct manual section Dave Reisner
2012-05-20  0:39 ` [PATCH 2/3] findmnt: fallback to mountinfo for polling Dave Reisner
2012-05-23  8:25   ` Karel Zak
2012-05-20  0:39 ` [PATCH 3/3] libmount/utils: Use binary search to compare pseudofs Dave Reisner
2012-05-20 14:06   ` Davidlohr Bueso
2012-05-20 14:51     ` Dave Reisner
2012-05-20 16:05       ` Davidlohr Bueso
2012-05-20 16:38         ` Dave Reisner
2012-05-20 16:47           ` Davidlohr Bueso
2012-05-20 16:57             ` [PATCH] " Dave Reisner
2012-05-23  8:26               ` Karel Zak
2012-05-23  8:25 ` [PATCH 1/3] findmnt: reference correct manual section 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).