xref: /freebsd/usr.bin/mkesdb/mkesdb.1 (revision ad30f8e79bd1007cc2476e491bd21b4f5e389e0a)
1*ad30f8e7SGabor Kovesdan.\" Copyright (c) 2009 Gabor Kovesdan <gabor@FreeBSD.org>
2*ad30f8e7SGabor Kovesdan.\" All rights reserved.
3*ad30f8e7SGabor Kovesdan.\"
4*ad30f8e7SGabor Kovesdan.\" Redistribution and use in source and binary forms, with or without
5*ad30f8e7SGabor Kovesdan.\" modification, are permitted provided that the following conditions
6*ad30f8e7SGabor Kovesdan.\" are met:
7*ad30f8e7SGabor Kovesdan.\" 1. Redistributions of source code must retain the above copyright
8*ad30f8e7SGabor Kovesdan.\"    notice, this list of conditions and the following disclaimer.
9*ad30f8e7SGabor Kovesdan.\" 2. Redistributions in binary form must reproduce the above copyright
10*ad30f8e7SGabor Kovesdan.\"    notice, this list of conditions and the following disclaimer in the
11*ad30f8e7SGabor Kovesdan.\"    documentation and/or other materials provided with the distribution.
12*ad30f8e7SGabor Kovesdan.\"
13*ad30f8e7SGabor Kovesdan.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14*ad30f8e7SGabor Kovesdan.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15*ad30f8e7SGabor Kovesdan.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16*ad30f8e7SGabor Kovesdan.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17*ad30f8e7SGabor Kovesdan.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18*ad30f8e7SGabor Kovesdan.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19*ad30f8e7SGabor Kovesdan.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20*ad30f8e7SGabor Kovesdan.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21*ad30f8e7SGabor Kovesdan.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22*ad30f8e7SGabor Kovesdan.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23*ad30f8e7SGabor Kovesdan.\" SUCH DAMAGE.
24*ad30f8e7SGabor Kovesdan.\"
25*ad30f8e7SGabor Kovesdan.\" Portions of this text are reprinted and reproduced in electronic form
26*ad30f8e7SGabor Kovesdan.\" from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology --
27*ad30f8e7SGabor Kovesdan.\" Portable Operating System Interface (POSIX), The Open Group Base
28*ad30f8e7SGabor Kovesdan.\" Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of
29*ad30f8e7SGabor Kovesdan.\" Electrical and Electronics Engineers, Inc and The Open Group.  In the
30*ad30f8e7SGabor Kovesdan.\" event of any discrepancy between this version and the original IEEE and
31*ad30f8e7SGabor Kovesdan.\" The Open Group Standard, the original IEEE and The Open Group Standard is
32*ad30f8e7SGabor Kovesdan.\" the referee document.  The original Standard can be obtained online at
33*ad30f8e7SGabor Kovesdan.\"     http://www.opengroup.org/unix/online.html.
34*ad30f8e7SGabor Kovesdan.\"
35*ad30f8e7SGabor Kovesdan.\" $FreeBSD$
36*ad30f8e7SGabor Kovesdan.\"
37*ad30f8e7SGabor Kovesdan.Dd November 1, 2009
38*ad30f8e7SGabor Kovesdan.Dt mkesdb 1
39*ad30f8e7SGabor Kovesdan.Os
40*ad30f8e7SGabor Kovesdan.Sh NAME
41*ad30f8e7SGabor Kovesdan.Nm mkesdb
42*ad30f8e7SGabor Kovesdan.Nd generates conversion catalog for
43*ad30f8e7SGabor Kovesdan.Xr iconv 3
44*ad30f8e7SGabor Kovesdan.Sh SYNOPSIS
45*ad30f8e7SGabor Kovesdan.Nm
46*ad30f8e7SGabor Kovesdan.Op Fl md
47*ad30f8e7SGabor Kovesdan.Fl o
48*ad30f8e7SGabor Kovesdan.Ar outfile
49*ad30f8e7SGabor Kovesdan.Ar infile
50*ad30f8e7SGabor Kovesdan.Sh DESCRIPTION
51*ad30f8e7SGabor KovesdanThe
52*ad30f8e7SGabor Kovesdan.Nm
53*ad30f8e7SGabor Kovesdanutility generates conversion catalog for the
54*ad30f8e7SGabor Kovesdan.Xr iconv 3
55*ad30f8e7SGabor Kovesdanlibrary.
56*ad30f8e7SGabor KovesdanThe generated data includes a list of supported encodings
57*ad30f8e7SGabor Kovesdanand their most important characteristics, like the pluggable
58*ad30f8e7SGabor Kovesdanmodule to use
59*ad30f8e7SGabor Kovesdan.Pp
60*ad30f8e7SGabor KovesdanThe following options are available:
61*ad30f8e7SGabor Kovesdan.Bl -tag -width 0123
62*ad30f8e7SGabor Kovesdan.It Fl d
63*ad30f8e7SGabor KovesdanTurns on debug mode.
64*ad30f8e7SGabor Kovesdan.It Fl m
65*ad30f8e7SGabor KovesdanProcess directory catalog or alias file.
66*ad30f8e7SGabor KovesdanIf not specified, the input file is treated as an encoding description.
67*ad30f8e7SGabor Kovesdan.It Fl o Ar outfile
68*ad30f8e7SGabor KovesdanPut generated binary data to
69*ad30f8e7SGabor Kovesdan.Ar outfile .
70*ad30f8e7SGabor Kovesdan.El
71*ad30f8e7SGabor Kovesdan.Sh EXIT STATUS
72*ad30f8e7SGabor Kovesdan.Ex -std mkesdb
73*ad30f8e7SGabor Kovesdan.Sh SEE ALSO
74*ad30f8e7SGabor Kovesdan.Xr iconv 1 ,
75*ad30f8e7SGabor Kovesdan.Xr iconv 3 ,
76*ad30f8e7SGabor Kovesdan.Xr mkcsmapper 1
77*ad30f8e7SGabor Kovesdan.Sh HISTORY
78*ad30f8e7SGabor Kovesdan.Nm
79*ad30f8e7SGabor Kovesdanfirst appeared in
80*ad30f8e7SGabor Kovesdan.Nx 2.0 , and made its appearance in
81*ad30f8e7SGabor Kovesdan.Fx 9.0 .
82*ad30f8e7SGabor Kovesdan.Sh AUTHORS
83*ad30f8e7SGabor KovesdanThis manual page was written by
84*ad30f8e7SGabor Kovesdan.An Gabor Kovesdan Aq gabor@FreeBSD.org .
85