From 2ce66fb320915b65599641954ab7ec4240a3a2cd Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sun, 15 Aug 1999 09:06:06 +0000 Subject: [PATCH] Various man page cleanup: - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin --- gnu/lib/libdialog/dialog.3 | 26 +++++++++++++++----------- gnu/usr.bin/man/apropos/apropos.man | 4 ++-- gnu/usr.bin/man/man/man.man | 5 +++-- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3 index 420d2d84923..f17c172538d 100644 --- a/gnu/lib/libdialog/dialog.3 +++ b/gnu/lib/libdialog/dialog.3 @@ -11,10 +11,10 @@ .\" nor does the author assume any responsibility for damages incurred with .\" its use. .\" -.\" $Id: dialog.3,v 1.8 1998/10/02 11:23:47 jkh Exp $ +.\" $Id: dialog.3,v 1.9 1999/03/05 14:43:29 bde Exp $ .\" .Dd October 2, 1998 -.Dt dialog 3 +.Dt DIALOG 3 .Os FreeBSD 2 .Sh NAME .Nm draw_shadow , @@ -443,21 +443,25 @@ returned, result will contain a pointer from the array \fBnames\fR. .Sh SEE ALSO .Xr dialog 1 , .Xr ncurses 3 - .Sh AUTHORS -The primary author would appear to be Savio Lam with contributions over -the years by Stuart Herbert , Marc van Kempen , -Andrey Chernov , Jordan Hubbard and -Anatoly A. Orehovsky . - +The primary author would appear to be +.An Savio Lam Aq lam836@cs.cuhk.hk +with contributions over the years by +.An Stuart Herbert Aq S.Herbert@sheffield.ac.uk , +.An Marc van Kempen Aq wmbfmk@urc.tue.nl , +.An Andrey Chernov Aq ache@FreeBSD.org , +.An Jordan Hubbard Aq jkh@FreeBSD.org +and +.An Anatoly A. Orehovsky Aq tolik@mpeks.tomsk.su . .Sh HISTORY These functions appeared in -.Em FreeBSD-2.0 -as the \fBdialog(1)\fR command and were soon split into library +.Fx 2.0 +as the +.Xr dialog 1 +command and were soon split into a separate library and command by Andrey Chernov. Marc van Kempen implemented most of the extra controls and objects, Jordan Hubbard added the dialogMenuItem renovations and this man page and Anatoly A. Orehovsky implemented dialog_ftree() and dialog_tree(). - .Sh BUGS Sure! diff --git a/gnu/usr.bin/man/apropos/apropos.man b/gnu/usr.bin/man/apropos/apropos.man index 8cac9a91171..79100c45aae 100644 --- a/gnu/usr.bin/man/apropos/apropos.man +++ b/gnu/usr.bin/man/apropos/apropos.man @@ -36,5 +36,5 @@ The .Nm apropos utility exits 0 on success, and 1 if no keyword matched. .Sh SEE ALSO -.Xr man 1 , -.Xr makewhatis 1 +.Xr makewhatis 1 , +.Xr man 1 diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man index b3b49a99936..7286c83429b 100644 --- a/gnu/usr.bin/man/man/man.man +++ b/gnu/usr.bin/man/man/man.man @@ -14,6 +14,7 @@ .\" .Dd Jan 5, 1991 .Dt MAN 1 +.Os .Sh NAME .Nm man .Nd format and display the on-line manual pages @@ -137,10 +138,10 @@ is used. .El .Sh SEE ALSO .Xr apropos 1 , -.Xr whatis 1 , +.Xr groff 1 , .Xr manpath 1 , .Xr more 1 , -.Xr groff 1 , +.Xr whatis 1 , .Xr man 7 , .Xr mdoc 7 , .Xr mdoc.samples 7