From 6551d75ea25cd8c07c1fe6c99dc5047e70e4f534 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sun, 27 Nov 2011 22:56:13 +1100 Subject: [PATCH] Use real name in NAME section for top manpage Things like lexgrog and whatis and apropos need to look a the line in the NAME section in the manpage. There used to be a macro there which they don't understand. lexgrog top.1 top.1: parse failed --- top.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top.1 b/top.1 index 3f61a36d..ed40e1ba 100644 --- a/top.1 +++ b/top.1 @@ -94,7 +94,7 @@ .\" ---------------------------------------------------------------------- .SH NAME .\" ---------------------------------------------------------------------- -\*(We \- display Linux processes +top \- display Linux processes .\" ---------------------------------------------------------------------- .SH SYNOPSIS -- 2.50.1