From fba7a919fb68bde6615344150596b8d1850ffa5d Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Fri, 6 Oct 2017 00:00:00 -0500 Subject: [PATCH] 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 --- top/top_nls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/top_nls.c b/top/top_nls.c index 458bd3bb..f7f13208 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");