summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdmap/kbdmap.1
blob: dbc2a5a646e6399daa78b25e8b3cf97a857a63ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
.\"
.\" 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.2 1996/01/30 13:49:17 mpp Exp $
.\"

.Dd Mar 25, 1995
.Dt KBDMAP 1
.Os FreeBSD
.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 available 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 ENVIRONMENT
.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 chose 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 5 ,
.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.
OpenPOWER on IntegriCloud