X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfotocap.1m.html;h=2bdd6fc9e42ed63956e7ef39b2c1c9ae49ec8988;hp=1652113d45fd2efd6603bb434c20bcd9e095f8dc;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=a919b0ee00a6287c7e29330be52f9bb557503288 diff --git a/doc/html/man/infotocap.1m.html b/doc/html/man/infotocap.1m.html index 1652113d..2bdd6fc9 100644 --- a/doc/html/man/infotocap.1m.html +++ b/doc/html/man/infotocap.1m.html @@ -46,19 +46,16 @@ - -

NAME

+

NAME

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

SYNOPSIS

+

SYNOPSIS

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

DESCRIPTION

+

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-
@@ -78,27 +75,23 @@
        -w   change the output to width characters.
 
 
-
-

FILES

+

FILES

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

NOTES

+

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

+

SEE ALSO

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

AUTHOR

+

AUTHOR

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