[BACK]Return to infotocap.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Annotation of src/usr.bin/tic/infotocap.1, Revision 1.4

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