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

1.1     ! millert     1: '\" t
        !             2: .\" $OpenBSD: captoinfo.1tbl,v 1.4 1999/01/18 18:57:52 millert Exp $
        !             3: .\"***************************************************************************
        !             4: .\" Copyright (c) 1999 Free Software Foundation, Inc.                        *
        !             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: .\"
        !            31: .\" $From: infotocap.1m,v 1.1 1999/12/11 19:25:27 tom Exp $
        !            32: .TH infotocap 1M ""
        !            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
        !            63: This utility is actually a link to \fItic\fR(1M), running in \fI-C\fR mode.
        !            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: