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

Diff for /src/usr.bin/tic/infotocap.1 between version 1.5 and 1.6

version 1.5, 2010/01/12 23:22:14 version 1.6, 2023/10/17 09:52:10
Line 1 
Line 1 
   '\" t
 .\" $OpenBSD$  .\" $OpenBSD$
 .\"***************************************************************************  .\"***************************************************************************
 .\" Copyright (c) 1999-2004,2006 Free Software Foundation, Inc.              *  .\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
   .\" Copyright 1999-2010,2016 Free Software Foundation, Inc.                  *
 .\"                                                                          *  .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *  .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *  .\" copy of this software and associated documentation files (the            *
Line 28 
Line 30 
 .\"***************************************************************************  .\"***************************************************************************
 .\"  .\"
 .\" $Id$  .\" $Id$
 .TH infotocap 1 ""  .TH infotocap 1 2022-02-12 "ncurses 6.4" "User commands"
 .ds n 5  .ds n 5
 .ds d /usr/share/misc/terminfo  .ds d /usr/share/terminfo
 .SH NAME  .SH NAME
 \fBinfotocap\fR - convert a \fIterminfo\fR description into a \fItermcap\fR description  \fBinfotocap\fP \- convert a \fIterminfo\fP description into a \fItermcap\fP description
 .SH SYNOPSIS  .SH SYNOPSIS
 \fBinfotocap\fR [\fB-v\fR\fIn\fR \fIwidth\fR]  [\fB-V\fR] [\fB-1\fR] [\fB-w\fR \fIwidth\fR] \fIfile\fR . . .  \fBinfotocap\fR [\fB\-v\fIn\fR \fIwidth\fR]  [\fB\-V\fR] [\fB\-1\fR] [\fB\-w\fR \fIwidth\fR] \fIfile\fR ...
 .SH DESCRIPTION  .SH DESCRIPTION
 \fBinfotocap\fR looks in \fIfile\fR for \fBterminfo\fR descriptions.  For each  \fBinfotocap\fP looks in each given text
 one found, an equivalent \fBtermcap\fR description is written to standard  \fIfile\fP for \fBterminfo\fP descriptions.
 output.  Terminfo \fBuse\fR capabilities are translated directly to termcap  For each terminfo description found,
 \fBtc\fR capabilities.  an equivalent \fBtermcap\fP description is written to standard output.
   Terminfo \fBuse\fP capabilities are translated directly to termcap
   \fBtc\fP capabilities.
 .TP 5  .TP 5
 \fB-v\fR  \fB\-v\fP
 print out tracing information on standard error as the program runs.  print out tracing information on standard error as the program runs.
 .TP 5  .TP 5
 \fB-V\fR  \fB\-V\fP
 print out the version of the program in use on standard error and exit.  print out the version of the program in use on standard error and exit.
 .TP 5  .TP 5
 \fB-1\fR  \fB\-1\fP
 cause the fields to print out one to a line.  Otherwise, the fields  cause the fields to print out one to a line.
 will be printed several to a line to a maximum width of 60  Otherwise, the fields
 characters.  will be printed several to a line to a maximum width of 60 characters.
 .TP 5  .TP 5
 \fB-w\fR  \fB\-w\fP
 change the output to \fIwidth\fR characters.  change the output to \fIwidth\fP characters.
 .SH FILES  .SH FILES
 .TP 20  .TP 20
 \*d  \*d
 Compiled terminal description database.  Compiled terminal description database.
 .SH NOTES  .SH NOTES
 This utility is actually a link to \fItic\fR, running in \fI-C\fR mode.  This utility is actually a link to \fBtic\fP, running in \fI\-C\fP mode.
 You can use other \fItic\fR options such as \fB-f\fR and  \fB-x\fR.  You can use other \fBtic\fP options such as \fB\-f\fP and  \fB\-x\fP.
   .SH PORTABILITY
   None of X/Open Curses, Issue 7 (2009), SVr4 or NetBSD document this application.
 .SH SEE ALSO  .SH SEE ALSO
 \fBcurses\fR(3),  \fBinfocmp\fP(1),
 \fBtic\fR(1),  \fBtic\fP(1),
 \fBinfocmp\fR(1),  \fBcurses\fP(3),
 \fBterminfo\fR(\*n)  \fBterminfo\fP(\*n)
 .PP  .PP
 This describes \fBncurses\fR  This describes \fBncurses\fP
 version 5.7.  version 6.4 (patch 20230826).
 .\"#  .SH AUTHOR
 .\"# The following sets edit modes for GNU EMACS  Eric S. Raymond <esr@snark.thyrsus.com>
 .\"# Local Variables:  and
 .\"# mode:nroff  .br
 .\"# fill-column:79  Thomas E. Dickey <dickey@invisible-island.net>
 .\"# End:  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6