X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfotocap.1m.html;h=9257a0afcdee6a70d19e6d273c9c114c9642eec6;hb=7e062bb2764a87d98073a90ee65a234a2679f9c1;hp=79463f31650a247a4553e00e96e6e5f1ed7bc98f;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/infotocap.1m.html b/doc/html/man/infotocap.1m.html index 79463f31..9257a0af 100644 --- a/doc/html/man/infotocap.1m.html +++ b/doc/html/man/infotocap.1m.html @@ -1,7 +1,7 @@ - -infotocap 1m +infotocap 1m 2023-10-01 ncurses 6.4 User commands - + -

infotocap 1m

+

infotocap 1m 2023-10-01 ncurses 6.4 User commands

-infotocap(1m)                                                    infotocap(1m)
+infotocap(1m)                    User commands                   infotocap(1m)
 
 
 
@@ -51,41 +51,33 @@
 
 
 

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 looks in each given text file for terminfo descriptions.  For
+       each one found, it writes  an  analogous  termcap  description  to  the
+       standard  output  stream.   terminfo  "use" capabilities are translated
+       directly 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
 
 
-

SEE ALSO

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

PORTABILITY

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

AUTHOR

@@ -93,8 +85,12 @@
        Thomas E. Dickey <dickey@invisible-island.net>
 
 
+

SEE ALSO

+       infocmp(1m), tic(1m), curses(3x), terminfo(5)
+
 
-                                                                 infotocap(1m)
+
+ncurses 6.4                       2023-10-01                     infotocap(1m)