Some more man page cleanup.

This commit is contained in:
Mike Pritchard 1996-12-23 02:19:12 +00:00
parent bc41bb3f92
commit 4c574b956a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20840

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: kbdmap.1,v 1.5 1996/08/23 00:56:08 mpp Exp $
.\" $Id: kbdmap.1,v 1.6 1996/08/27 20:04:37 wosch Exp $
.Dd Mar 25, 1995
.Dt KBDMAP 1
@ -31,7 +31,6 @@
.Nm kbdmap ,
.Nm vidfont
.Nd front end for syscons
.Sh SYNOPSIS
.Nm kbdmap
.Op Fl K
@ -43,74 +42,67 @@
.Op Fl r | Fl restore
.Op Fl s | Fl show
.Op Fl v | Fl verbose
.Sh DESCRIPTION
.Nm kbdmap
allow easy setting of available keymaps.
allows easy setting of available keymaps.
The
.Nm vidfont
do it for fonts.
Both looking in a database for a description. Description is
in English (default) or any other language.
It is strongly recommended to not choose MSDOS codepage keymaps
or fonts. Use the ISO standard if available! X11 does not
support MSDOS codepage.
command allows the setting of fonts.
Both examine a database for the keymaps and fonts.
Descriptions are in English by default, but may also be
in other languages.
.Pp
It is strongly recommended to not choose
.Tn MSDOS
codepage keymaps
or fonts. Use the
.Tn ISO
standard version if available!
.Tn X11
does not
support
.Tn MSDOS
codepage.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl K
Run as command
.Xr kbdmap 1 .
.It Fl V
Run as command
.Xr vidfont 1 .
.It Fl d , Fl default
Use default language. Ignore $LANG.
.It Fl h , Fl help
Print options and exit.
.It Fl l , Fl lang Ar language
Use
.Ar language
for description and menu
.It Fl p , Fl print
Print description of available keymaps or fonts
to stdout and exit.
.It Fl r , Fl restore
Load default font from /etc/sysconfig
Load default font from
.Pa /etc/sysconfig .
.It Fl s , Fl show
Show currently supported languages and exit.
.It Fl v , Fl verbose
More warnings.
.Sh ENVIRONMENT
.Bl -tag -width /etc/master.passwdxx -compact
.Pa LANG
.Ev LANG
Prefered language.
.Sh FILES
.Bl -tag -width /etc/master.passwd -compact
.Pa /usr/share/syscons/keymaps/INDEX.keymaps
.Bl -tag -width /usr/share/syscons/keymaps/INDEX.keymaps -compact
.It Pa /usr/share/syscons/keymaps/INDEX.keymaps
Database for keymaps.
.Pa /usr/share/syscons/fonts/INDEX.fonts
.It Pa /usr/share/syscons/fonts/INDEX.fonts
Database for fonts.
.Pa /etc/sysconfig
.It Pa /etc/sysconfig
Default font.
.Pa /usr/X11/lib/X11/locale/locale.alias
.It Pa /usr/X11/lib/X11/locale/locale.alias
Describe common LANG values.
.Sh BUGS
.\" .Nm kbdmap/vidfont
.\" does not know which font is in use. E.g. if the current font
@ -120,19 +112,19 @@ Describe common LANG values.
.Nm vidcontrol
and
.Nm kbdcontrol
work only on a (virtual) console an not with X11.
work only on a (virtual) console and not with X11.
.Sh SEE ALSO
.Xr kbdcontrol 1 ,
.Xr vidcontrol 1 ,
.Xr sysconfig 5 ,
.Xr dialog 1 .
.Sh HISTORY
.Nm kbdmap/vidfont
command appeared in
The
.Nm kbdmap
and
.Nm vidfont
commands appeared in
.Fx 2.1 .
.Sh AUTHOR
Wolfram Schneider
.Aq wosch@FreeBSD.org ,