]> granicus.if.org Git - procps-ng/commitdiff
top: ensure bug report suggestion agrees with man page
authorJim Warner <james.warner@comcast.net>
Fri, 6 Oct 2017 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 14 Oct 2017 10:48:00 +0000 (21:48 +1100)
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 <james.warner@comcast.net>
top/top_nls.c

index ff1cf266faa62a9223e3ab0cd8e6312871ccdacf..44ec8ca01918b27af337938cd2439dadb05a1b99 100644 (file)
@@ -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 <procps@freelists.org>\n");
    Norm_nlstab[WRONG_switch_fmt] = _(""
       "inappropriate '%s'\n"
       "Usage:\n  %s%s");