From 29221601ffba163bad99a8a5ff9eb0d63822c048 Mon Sep 17 00:00:00 2001 From: Seebs Date: Mon, 12 Dec 2016 14:32:08 -0600 Subject: From: Andrew Shadura Each manual page should start with a "NAME" section, which lists the name and a brief description of the page separated by "\-". Signed-off-by: Igor Gnatenko Signed-off-by: Seebs --- ChangeLog.txt | 1 + pseudo.1 | 2 ++ pseudolog.1 | 2 ++ 3 files changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1539411..a4bf499 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,6 +6,7 @@ * (seebs) import fix from Rabin Vincent for test case * (seebs) import fix from Rabin Vincent for pthread mutexes * (seebs) import fix from George McCollister for capset. + * (seebs) import fix from Igor Gnatenko for man page sections. 2016-11-23: * (seebs) actually wait on server shutdown for pseudo -S [cmd] diff --git a/pseudo.1 b/pseudo.1 index 13f6bbe..63a6782 100644 --- a/pseudo.1 +++ b/pseudo.1 @@ -16,6 +16,8 @@ .\" version 2.1 along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA .TH pseudo 1 "pseudo - pretending to be root" +.SH NAME +pseudo \- run a command in a virtual root environment .SH SYNOPSIS .B pseudo .RB [ \-dflv ] diff --git a/pseudolog.1 b/pseudolog.1 index b6e76f9..ebf8443 100644 --- a/pseudolog.1 +++ b/pseudolog.1 @@ -16,6 +16,8 @@ .\" version 2.1 along with this program; if not, write to the Free Software .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA .TH pseudolog 1 "pseudo - pretending to be root" +.SH NAME +pseudolog \- pseudo log parser .SH SYNOPSIS .B pseudolog \-l .RB [ \-Pv ] -- cgit