[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.5

1.5     ! nicm        1: .\" $OpenBSD$
1.1       millert     2: .\"***************************************************************************
1.5     ! nicm        3: .\" Copyright (c) 1999-2004,2006 Free Software Foundation, Inc.              *
1.1       millert     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: .\"
1.5     ! nicm       30: .\" $Id: infotocap.1m,v 1.8 2006/12/24 20:13:56 tom Exp $
1.4       jmc        31: .TH infotocap 1 ""
1.1       millert    32: .ds n 5
1.5     ! nicm       33: .ds d /usr/share/misc/terminfo
1.1       millert    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
1.5     ! nicm       62: This utility is actually a link to \fItic\fR, running in \fI-C\fR mode.
1.2       millert    63: You can use other \fItic\fR options such as \fB-f\fR and  \fB-x\fR.
1.1       millert    64: .SH SEE ALSO
1.4       jmc        65: \fBcurses\fR(3),
                     66: \fBtic\fR(1),
                     67: \fBinfocmp\fR(1),
1.1       millert    68: \fBterminfo\fR(\*n)
1.5     ! nicm       69: .PP
        !            70: This describes \fBncurses\fR
        !            71: version 5.7.
1.1       millert    72: .\"#
                     73: .\"# The following sets edit modes for GNU EMACS
                     74: .\"# Local Variables:
                     75: .\"# mode:nroff
                     76: .\"# fill-column:79
                     77: .\"# End: