From 0cf6942be70817cc363c4ae4df99d56d3e317b71 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Mon, 11 Jan 2021 00:00:00 -0600 Subject: [PATCH] top: a silly change forcing right margin justification 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 990af843..f6750ee6 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -464,8 +464,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");