1 | '\" t
|
---|
2 | .\"***************************************************************************
|
---|
3 | .\" Copyright (c) 1999-2003,2004 Free Software Foundation, Inc. *
|
---|
4 | .\" *
|
---|
5 | .\" Permission is hereby granted, free of charge, to any person obtaining a *
|
---|
6 | .\" copy of this software and associated documentation files (the *
|
---|
7 | .\" "Software"), to deal in the Software without restriction, including *
|
---|
8 | .\" without limitation the rights to use, copy, modify, merge, publish, *
|
---|
9 | .\" distribute, distribute with modifications, sublicense, and/or sell *
|
---|
10 | .\" copies of the Software, and to permit persons to whom the Software is *
|
---|
11 | .\" furnished to do so, subject to the following conditions: *
|
---|
12 | .\" *
|
---|
13 | .\" The above copyright notice and this permission notice shall be included *
|
---|
14 | .\" in all copies or substantial portions of the Software. *
|
---|
15 | .\" *
|
---|
16 | .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
|
---|
17 | .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
|
---|
18 | .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
|
---|
19 | .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
|
---|
20 | .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
|
---|
21 | .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
|
---|
22 | .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
---|
23 | .\" *
|
---|
24 | .\" Except as contained in this notice, the name(s) of the above copyright *
|
---|
25 | .\" holders shall not be used in advertising or otherwise to promote the *
|
---|
26 | .\" sale, use or other dealings in this Software without prior written *
|
---|
27 | .\" authorization. *
|
---|
28 | .\"***************************************************************************
|
---|
29 | .\"
|
---|
30 | .\" $Id: infotocap.1m,v 1.5 2004/07/05 13:16:08 tom Exp $
|
---|
31 | .TH infotocap 1M ""
|
---|
32 | .ds n 5
|
---|
33 | .ds d @TERMINFO@
|
---|
34 | .SH NAME
|
---|
35 | \fBinfotocap\fR - convert a \fIterminfo\fR description into a \fItermcap\fR description
|
---|
36 | .SH SYNOPSIS
|
---|
37 | \fBinfotocap\fR [\fB-v\fR\fIn\fR \fIwidth\fR] [\fB-V\fR] [\fB-1\fR] [\fB-w\fR \fIwidth\fR] \fIfile\fR . . .
|
---|
38 | .SH DESCRIPTION
|
---|
39 | \fBinfotocap\fR looks in \fIfile\fR for \fBterminfo\fR descriptions. For each
|
---|
40 | one found, an equivalent \fBtermcap\fR description is written to standard
|
---|
41 | output. Terminfo \fBuse\fR capabilities are translated directly to termcap
|
---|
42 | \fBtc\fR capabilities.
|
---|
43 | .TP 5
|
---|
44 | \fB-v\fR
|
---|
45 | print out tracing information on standard error as the program runs.
|
---|
46 | .TP 5
|
---|
47 | \fB-V\fR
|
---|
48 | print out the version of the program in use on standard error and exit.
|
---|
49 | .TP 5
|
---|
50 | \fB-1\fR
|
---|
51 | cause the fields to print out one to a line. Otherwise, the fields
|
---|
52 | will be printed several to a line to a maximum width of 60
|
---|
53 | characters.
|
---|
54 | .TP 5
|
---|
55 | \fB-w\fR
|
---|
56 | change the output to \fIwidth\fR characters.
|
---|
57 | .SH FILES
|
---|
58 | .TP 20
|
---|
59 | \*d
|
---|
60 | Compiled terminal description database.
|
---|
61 | .SH NOTES
|
---|
62 | This utility is actually a link to \fItic\fR(1M), running in \fI-C\fR mode.
|
---|
63 | You can use other \fItic\fR options such as \fB-f\fR and \fB-x\fR.
|
---|
64 | .SH SEE ALSO
|
---|
65 | \fBcurses\fR(3X),
|
---|
66 | \fBtic\fR(1M),
|
---|
67 | \fBinfocmp\fR(1M),
|
---|
68 | \fBterminfo\fR(\*n)
|
---|
69 | .\"#
|
---|
70 | .\"# The following sets edit modes for GNU EMACS
|
---|
71 | .\"# Local Variables:
|
---|
72 | .\"# mode:nroff
|
---|
73 | .\"# fill-column:79
|
---|
74 | .\"# End:
|
---|