]> granicus.if.org Git - procps-ng/commitdiff
top: force newline for unexpected signal abnormal exit
authorJim Warner <james.warner@comcast.net>
Sun, 8 Jan 2012 15:54:05 +0000 (09:54 -0600)
committerCraig Small <csmall@enc.com.au>
Fri, 13 Jan 2012 13:04:46 +0000 (00:04 +1100)
This commit just restores the pre-nls behavior, which was lost
in the migration to nls string tables support.

top/top_nls.c

index 43c76fa6dd831b89613d966ec61b1e31cd070492..227c568fe8a9208d1e8f1b0b72de9468a6cefaf2 100644 (file)
@@ -166,7 +166,7 @@ static void build_norm_nlstab (void) {
    .  c-code logic changes.
    . */
 
-   Norm_nlstab[EXIT_signals_fmt] = _(""
+   Norm_nlstab[EXIT_signals_fmt] = _("\n"
       "\tsignal %d (%s) was caught by %s, please\n"
       "\tsee http://www.debian.org/Bugs/Reporting\n");
    Norm_nlstab[WRONG_switch_fmt] = _(""