From: Jim Warner Date: Thu, 13 Jan 2022 19:13:13 +0000 (-0600) Subject: top: a silly change forcing right margin justification X-Git-Tag: v4.0.3_rc1~33^2~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e03be322b500684aa16cea4f78f970fb64668f8f;p=procps-ng top: a silly change forcing right margin justification Reference(s): . 01/11/21, newlib branch equivalent commit commit 0cf6942be70817cc363c4ae4df99d56d3e317b71 Signed-off-by: Jim Warner --- diff --git a/top/top_nls.c b/top/top_nls.c index f64ff084..4101a284 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -481,8 +481,8 @@ static void build_norm_nlstab (void) { "new command can offer. The possibilities are endless, especially considering\n" "that 'pipe' type entries can include shell scripts too!\n" "\n" - "For additional important information, please consult the top documentation.\n" - "Then enhance top with your very own customized 'file' and 'pipe' entries.\n" + "For additional important information, please consult the top(1) man document.\n" + "Then, enhance top with your very own customized 'file' and/or 'pipe' entries.\n" "\n" "Enjoy!\n"); Norm_nlstab[YINSP_noents_txt] = _("to enable 'Y' press then type 'W' and restart top");