From: Jim Warner Date: Fri, 6 Oct 2017 05:00:00 +0000 (-0500) Subject: top: ensure bug report suggestion agrees with man page X-Git-Tag: v4.0.0~684 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3afadf56e449dea20fe4e8f64669dc989f00809c;p=procps-ng top: ensure bug report suggestion agrees with man page The top man page was changed back on 10/20/15, in that commit shown below. There, freelists.org was suggested as the bug reports recipient. But, the program was not changed from the original Debian bug reports approach. Reference(s): commit b1f7b2a50967e69ce2e3d02372203fe70b6486c9 Signed-off-by: Jim Warner --- diff --git a/top/top_nls.c b/top/top_nls.c index ff1cf266..44ec8ca0 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -328,7 +328,7 @@ static void build_norm_nlstab (void) { Norm_nlstab[EXIT_signals_fmt] = _("" "\tsignal %d (%s) was caught by %s, please\n" - "\tsee http://www.debian.org/Bugs/Reporting\n"); + "\tsend bug reports to \n"); Norm_nlstab[WRONG_switch_fmt] = _("" "inappropriate '%s'\n" "Usage:\n %s%s");