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/tr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tr.c') diff --git a/src/tr.c b/src/tr.c index 0b985f801..c5f18f983 100644 --- a/src/tr.c +++ b/src/tr.c @@ -346,7 +346,7 @@ only be used in pairs to specify case conversion. -s uses SET1 if not\n\ translating nor deleting; else squeezing uses SET2 and occurs after\n\ translation or deletion.\n\ "), stdout); - emit_bug_reporting_address (); + emit_ancillary_info (); } exit (status); } -- cgit v1.2.3-54-g00ecf