File: loadunimap.8.gen

package info (click to toggle)
kbd 2.7.1-2%2Bexp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,852 kB
  • sloc: ansic: 13,572; javascript: 3,038; sh: 759; pascal: 643; makefile: 578; lex: 525; yacc: 352; perl: 126; python: 96; sed: 6
file content (62 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download | duplicates (2)
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
.\" @(#)loadunimap.8 1.0 970317 aeb
.TH LOADUNIMAP 8 "24 October 2024" "kbd"
.SH NAME
loadunimap \- load the kernel unicode-to-font mapping table
.SH SYNOPSIS
.B loadunimap
[\fI\,options\/\fR]
[\fI\,map\/\fR]
.SH DESCRIPTION
The
.B loadunimap
command is obsolete - its function is now built-in into
.BR setfont (8).
However, for backwards compatibility it is still available
as a separate command.
.LP
The program
.B loadunimap
loads the specified map in the kernel unicode-to-font mapping table.
If no map is given
.I def
mapping table is assumed.
The default extension (that can be omitted) is
.IR .uni .
.LP
On Linux 2.6.1 and later one can specify the console device using the
.B \-C
option.
.LP
Usually one does not call
.B loadunimap
directly - its function is also built into
.BR setfont (8).
.SH OPTIONS
.TP
\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR
save the old map to the \fBFILE\fR.
.TP
\fB\-C\fR, \fB\-\-console\fR=\fI\,DEV\/\fR
the console device to be used.
.TP
\fB\-V\fR, \fB\-\-version\fR
print version number.
.TP
\fB\-h\fR, \fB\-\-help\fR
print this usage message.
.SH FILES
.TP
.I @DATADIR@/@UNIMAPDIR@
The default directory for unicode mappings.
.LP
.TP
.I @DATADIR@/@UNIMAPDIR@/def.uni
The default mapping file.
.LP
.SH "AUTHORS"
Andries Brouwer <aeb@cwi.nl>
.LP
.SH "SEE ALSO"
.BR mapscrn (8),
.BR setfont (8)