4ba103156d
handles default settings and has a prototype translation file for people wishing to add extra languages (please!). Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
134 lines
3.6 KiB
Groff
134 lines
3.6 KiB
Groff
.\"
|
|
.\" Copyright (c) March 1995 Wolfram Schneider. All rights reserved.
|
|
.\" Alle Rechte vorbehalten. Es gilt das kontinentaleuropäische Urheberrecht.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
.\" must display the following acknowledgement:
|
|
.\" This product includes software developed by Wolfram Schneider
|
|
.\" 4. The name of the author may not be used to endorse or promote products
|
|
.\" derived from this software without specific prior written permission
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
|
|
.\"
|
|
.\" kbdmap/vidfont - front end for syscons
|
|
.\"
|
|
.\" E-Mail: Wolfram Schneider <wosch@cs.tu-berlin.de>
|
|
.\"
|
|
.\" $Id: kbdmap.1,v 1.5 1995/04/01 17:07:26 w Exp $
|
|
.\"
|
|
|
|
.Dd Mar 25, 1995
|
|
.Dt KBDMAP 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm kbdmap ,
|
|
.Nm vidfont
|
|
.Nd front end for syscons
|
|
|
|
.Sh SYNOPSIS
|
|
.Nm kbdmap
|
|
.Op Fl d | Fl default
|
|
.Op Fl h | Fl help
|
|
.Op Fl l | Fl lang Ar language
|
|
.Op Fl r | Fl restore
|
|
.Op Fl s | Fl show
|
|
.Op Fl v | Fl verbose
|
|
|
|
.Sh DESCRIPTION
|
|
.Nm kbdmap
|
|
allow easy setting of avaible keymaps.
|
|
.Nm vidfont
|
|
do it for fonts.
|
|
Both looking in a database for a description. Description is
|
|
in English (default) or any other language.
|
|
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
|
|
.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 s , Fl show
|
|
Show currently supported languages and exit.
|
|
|
|
.It Fl r , Fl restore
|
|
Load default font from /etc/sysconfig
|
|
|
|
.It Fl v , Fl verbose
|
|
More warnings.
|
|
|
|
.Sh ENVIROMENT
|
|
.Bl -tag -width /etc/master.passwdxx -compact
|
|
.Pa LANG
|
|
Prefered language.
|
|
|
|
|
|
.Sh FILES
|
|
.Bl -tag -width /etc/master.passwd -compact
|
|
.Pa /usr/share/syscons/keymaps/INDEX.keymaps
|
|
Database for keymaps.
|
|
|
|
.Pa /usr/share/syscons/fonts/INDEX.fonts
|
|
Database for fonts.
|
|
|
|
.Pa /etc/sysconfig
|
|
Default font.
|
|
|
|
|
|
.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
|
|
.\" is iso-8859-1 and you choise lang 'ru' (for russian)
|
|
.\" you get funny latin1 characters and not russkij shrift.
|
|
.\"
|
|
.Nm vidcontrol
|
|
and
|
|
.Nm kbdcontrol
|
|
work only on a (virtual) console an not with X11.
|
|
|
|
.Sh SEE ALSO
|
|
.Xr kbdcontrol 1 ,
|
|
.Xr vidcontrol 1 ,
|
|
.Xr sysconfig 8 ,
|
|
.Xr dialog 1 .
|
|
|
|
.Sh HISTORY
|
|
.Nm kbdmap/vidfont
|
|
command appeared in FreeBSD 2.1
|
|
|
|
.Sh AUTHOR
|
|
Wolfram Schneider
|
|
.Aq wosch@cs.tu-berlin.de ,
|
|
Germany.
|