X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfotocap.1m.html;h=13b3ff938369eccbbf2a4c2488db2c866fd1661e;hp=2bb2f8b4ec8977e6b26e6fa472dac8e58c50e129;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/infotocap.1m.html b/doc/html/man/infotocap.1m.html index 2bb2f8b4..13b3ff93 100644 --- a/doc/html/man/infotocap.1m.html +++ b/doc/html/man/infotocap.1m.html @@ -1,8 +1,8 @@ - + @@ -41,7 +41,7 @@
 
-infotocap(1m)                                       infotocap(1m)
+infotocap(1m)                                             infotocap(1m)
 
 
 
@@ -59,18 +59,19 @@
 
 

DESCRIPTION

-       infotocap looks in file for  terminfo  descriptions.   For
-       each one found, an equivalent termcap description is writ-
-       ten to standard output.   Terminfo  use  capabilities  are
-       translated directly to termcap tc capabilities.
+       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.
 
-       -v   print  out  tracing  information on standard error as
+       -v   print out tracing information on  standard  error  as
             the program runs.
 
-       -V   print out the version of the program in use on  stan-
+       -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-
+       -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.
 
@@ -79,13 +80,13 @@
 
 

FILES

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

NOTES

-       This utility is actually a link to tic(1m), running in  -C
+       This  utility  is  actually  a  link to tic, running in -C
        mode.  You can use other tic options such as -f and  -x.
 
 
@@ -93,14 +94,19 @@
 

SEE ALSO

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

AUTHOR

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

-
-Man(1) output converted with -man2html -
+Man(1) output converted with man2html