diff options
| -rw-r--r-- | gnu/lib/libdialog/dialog.3 | 26 | ||||
| -rw-r--r-- | gnu/usr.bin/man/apropos/apropos.man | 4 | ||||
| -rw-r--r-- | 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 c91577a9bd33..118625dab351 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.7 1998/06/06 05:50:46 jkoshy Exp $ +.\" $Id: dialog.3,v 1.8 1998/10/02 11:23:47 jkh Exp $ .\" .Dd October 2, 1998 -.Dt dialog 3 +.Dt DIALOG 3 .Os FreeBSD 2 .Sh NAME .Nm draw_shadow , @@ -445,21 +445,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 <lam836@cs.cuhk.hk> with contributions over -the years by Stuart Herbert <S.Herbert@sheffield.ac.uk>, Marc van Kempen <wmbfmk@urc.tue.nl>, -Andrey Chernov <ache@freebsd.org>, Jordan Hubbard <jkh@freebsd.org> and -Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>. - +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 8cac9a911718..79100c45aae8 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 b597929ecdb8..2e569d3ac257 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 @@ -129,10 +130,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 |
