From 5d4f09d83a7c69110b4db97443759e9046c149e1 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 18 Sep 2009 23:06:21 +0100 Subject: doc: mention the texinfo documentation in --help * src/system.h: Rename emit_bug_reporting_address() to emit_ancillary_info() and update it to not print the translation project address in en_* locales, and _do_ print it in the 'C' (and other) locales so that it's included in the default man page. Also mention how to invoke the texinfo documentation for each command. Also move the "hard-locale.h" include to the 8 files that now use it. * man/help2man: Strip the newly added texinfo reference from the --help output as a more verbose version is already added by help2man. Suggestion from C de-Avillez --- src/head.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/head.c') diff --git a/src/head.c b/src/head.c index f01438809..9080168bc 100644 --- a/src/head.c +++ b/src/head.c @@ -138,7 +138,7 @@ K may have a multiplier suffix:\n\ b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n\ GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\n\ "), stdout); - emit_bug_reporting_address (); + emit_ancillary_info (); } exit (status); } -- cgit v1.2.3-54-g00ecf