From e03be322b500684aa16cea4f78f970fb64668f8f Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Thu, 13 Jan 2022 13:13:13 -0600 Subject: [PATCH] top: a silly change forcing right margin justification Reference(s): . 01/11/21, newlib branch equivalent commit commit 0cf6942be70817cc363c4ae4df99d56d3e317b71 Signed-off-by: Jim Warner --- top/top_nls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");