X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcaptoinfo.1m.html;h=c8f22d6437ca36e31813483b5981e19d368cd1a8;hp=0d03434699a538e98970dc2114aed41158b2a388;hb=5dbe81a41e3c75806996cd762b9e55dcc9edb835;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/captoinfo.1m.html b/doc/html/man/captoinfo.1m.html index 0d034346..c8f22d64 100644 --- a/doc/html/man/captoinfo.1m.html +++ b/doc/html/man/captoinfo.1m.html @@ -46,19 +46,16 @@ - -

NAME

+

NAME

        captoinfo  - convert a termcap description into a terminfo
        description
 
 
-
-

SYNOPSIS

+

SYNOPSIS

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

DESCRIPTION

+

DESCRIPTION

        captoinfo looks  in  each  given  text  file  for  termcap
        descriptions.   For each one found, an equivalent terminfo
        description is written to  standard  output.   Termcap  tc
@@ -85,14 +82,12 @@
        -w   change the output to width characters.
 
 
-
-

FILES

+

FILES

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

TRANSLATIONS FROM NONSTANDARD CAPABILITIES

+

TRANSLATIONS FROM NONSTANDARD CAPABILITIES

        Some obsolete nonstandard capabilities will  automatically
        be  translated  into  standard  (SVr4/XSI Curses) terminfo
        capabilities by captoinfo.  Whenever one  of  these  auto-
@@ -191,8 +186,7 @@
        message.
 
 
-
-

NOTES

+

NOTES

        This  utility is actually a link to tic(1m), running in -I
        mode.  You can use other tic options such as -f and  -x.
 
@@ -201,15 +195,13 @@
        repeat it n times.
 
 
-
-

SEE ALSO

+

SEE ALSO

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

AUTHOR

+

AUTHOR

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