X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfotocap.1m.html;h=71568dd19a8ef4f9e4d07fca54bcdf0e79133e77;hp=9b755fb867464ddf89d9d4d0cbc40ec471338b4e;hb=HEAD;hpb=61790aa3ac9e0dff2b443ac567b174fc4d235b86 diff --git a/doc/html/man/infotocap.1m.html b/doc/html/man/infotocap.1m.html index 9b755fb8..d8914648 100644 --- a/doc/html/man/infotocap.1m.html +++ b/doc/html/man/infotocap.1m.html @@ -1,7 +1,6 @@ - -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)
 
 
 
@@ -52,55 +51,46 @@
 
 
 

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 output.  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 standard error and
-            exit.
 
-       -1   cause the fields to print out  one  to  a  line.   Otherwise,  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 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.
+       /usr/share/terminfo
+              compiled terminal description database
 
 
 

PORTABILITY

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

SEE ALSO

-       infocmp(1m), tic(1m), curses(3x), terminfo(5)
-
-       This describes ncurses version 6.2 (patch 20210102).
-
-
-

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)