xref: /freebsd/usr.sbin/kbdmap/kbdmap.1 (revision 5ebc7e6281887681c3a348a5a4c902e262ccd656)
1.\"
2.\" Copyright (c) March 1995 Wolfram Schneider. All rights reserved.
3.\" Alle Rechte vorbehalten. Es gilt das kontinentaleurop�ische Urheberrecht.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\" 3. All advertising materials mentioning features or use of this software
14.\"    must display the following acknowledgement:
15.\"    This product includes software developed by Wolfram Schneider
16.\" 4. The name of the author may not be used to endorse or promote products
17.\"    derived from this software without specific prior written permission
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31
32.\"
33.\" kbdmap/vidfont - front end for syscons
34.\"
35.\"   E-Mail: Wolfram Schneider <wosch@cs.tu-berlin.de>
36.\"
37.\" $Id: kbdmap.1,v 1.5 1995/04/01 17:07:26 w Exp $
38.\"
39
40.Dd Mar 25, 1995
41.Dt KBDMAP 1
42.Os
43.Sh NAME
44.Nm kbdmap ,
45.Nm vidfont
46.Nd front end for syscons
47
48.Sh SYNOPSIS
49.Nm kbdmap
50.Op Fl d | Fl default
51.Op Fl h | Fl help
52.Op Fl l | Fl lang Ar language
53.Op Fl r | Fl restore
54.Op Fl s | Fl show
55.Op Fl v | Fl verbose
56
57.Sh DESCRIPTION
58.Nm kbdmap
59allow easy setting of avaible keymaps.
60.Nm vidfont
61do it for fonts.
62Both looking in a database for a description. Description is
63in English (default) or any other language.
64
65.Sh OPTIONS
66.Bl -tag -width Ds
67
68.It Fl d , Fl default
69Use default language. Ignore $LANG.
70
71.It Fl h , Fl help
72Print options and exit.
73
74.It Fl l , Fl lang Ar language
75Use
76.Ar language
77for description and menu
78
79.It Fl s , Fl show
80Show currently supported languages and exit.
81
82.It Fl r , Fl restore
83Load default font from /etc/sysconfig
84
85.It Fl v , Fl verbose
86More warnings.
87
88.Sh ENVIROMENT
89.Bl -tag -width /etc/master.passwdxx -compact
90.Pa LANG
91Prefered language.
92
93
94.Sh FILES
95.Bl -tag -width /etc/master.passwd -compact
96.Pa /usr/share/syscons/keymaps/INDEX.keymaps
97Database for keymaps.
98
99.Pa /usr/share/syscons/fonts/INDEX.fonts
100Database for fonts.
101
102.Pa /etc/sysconfig
103Default font.
104
105
106.Pa /usr/X11/lib/X11/locale/locale.alias
107Describe common LANG values.
108
109.Sh BUGS
110.\" .Nm kbdmap/vidfont
111.\" does not know which font is in use. E.g. if the current font
112.\" is iso-8859-1 and you choise lang 'ru' (for russian)
113.\" you get funny latin1 characters and not russkij shrift.
114.\"
115.Nm vidcontrol
116and
117.Nm kbdcontrol
118work only on a (virtual) console an not with X11.
119
120.Sh SEE ALSO
121.Xr kbdcontrol 1 ,
122.Xr vidcontrol 1 ,
123.Xr sysconfig 8 ,
124.Xr dialog 1 .
125
126.Sh HISTORY
127.Nm kbdmap/vidfont
128command appeared in FreeBSD 2.1
129
130.Sh AUTHOR
131Wolfram Schneider
132.Aq wosch@cs.tu-berlin.de ,
133Germany.
134