X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfotocap.1m.html;h=71568dd19a8ef4f9e4d07fca54bcdf0e79133e77;hp=2bdd6fc9e42ed63956e7ef39b2c1c9ae49ec8988;hb=HEAD;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/infotocap.1m.html b/doc/html/man/infotocap.1m.html index 2bdd6fc9..d8914648 100644 --- a/doc/html/man/infotocap.1m.html +++ b/doc/html/man/infotocap.1m.html @@ -1,7 +1,7 @@ - - -infotocap 1m - - + +infotocap 1m 2024-03-16 ncurses 6.4 User commands + + -

infotocap 1m

+

infotocap 1m 2024-03-16 ncurses 6.4 User commands

-infotocap(1m)                                             infotocap(1m)
+infotocap(1m)                    User commands                   infotocap(1m)
 
 
 
 
 

NAME

-       infotocap  - convert a terminfo description into a termcap
-       description
+       infotocap - convert a terminfo description into a termcap description
 
 
 

SYNOPSIS

-       infotocap [-vn width]  [-V] [-1] [-w width] file . . .
-
-
-

DESCRIPTION

-       infotocap looks in  each  given  text  file  for  terminfo
-       descriptions.   For  each  terminfo  description found, an
-       equivalent termcap description is written to standard out-
-       put.  Terminfo use capabilities are translated directly to
-       termcap tc capabilities.
+       infotocap [tic-option] file ...
 
-       -v   print out tracing information on  standard  error  as
-            the program runs.
+       infotocap -V
 
-       -V   print  out the version of the program in use on stan-
-            dard error and exit.
 
-       -1   cause the fields to print out one to a line.   Other-
-            wise, the fields will be printed several to a line to
-            a maximum width of 60 characters.
+

DESCRIPTION

+       infotocap  translates  terminal  descriptions.   It looks in each given
+       text file for terminfo entries and, For each one found,  it  writes  an
+       analogous  termcap description to the standard output stream.  terminfo
+       "use" capabilities  translate  to  termcap  tc  capabilities.   Because
+       termcap  is  a  less expressive format than terminfo, some capabilities
+       cannot be translated.
 
-       -w   change the output to width characters.
+       This utility is implemented as a link to tic(1m), with the latter's  -C
+       option  implied.  You can use other tic options such as -1, -f, -v, -w,
+       and -x.  The -V option reports the version of ncurses  associated  with
+       this program and exits with a successful status.
 
 
 

FILES

-       /usr/share/terminfo Compiled  terminal  description  data-
-                           base.
-
+       /usr/share/terminfo
+              compiled terminal description database
 
-

NOTES

-       This  utility  is  actually  a  link to tic, running in -C
-       mode.  You can use other tic options such as -f and  -x.
 
-
-

SEE ALSO

-       curses(3x), tic(1m), infocmp(1m), terminfo(5)
-
-       This describes ncurses version 6.0 (patch 20160130).
+

PORTABILITY

+       None  of  X/Open  Curses, Issue 7 (2009), SVr4, or NetBSD document this
+       application.
 
 
-

AUTHOR

+

AUTHORS

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>
 
 
+

SEE ALSO

+       infocmp(1m), tic(1m), curses(3x), terminfo(5)
+
+
 
-                                                          infotocap(1m)
+ncurses 6.4                       2024-03-16                     infotocap(1m)