X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcaptoinfo.1m.html;h=3b966d499a214ed66082f471f09dfbb6d9047bd1;hb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;hp=847aa5f56cc047c44fd287cffe2459fe88070bf1;hpb=54d0d62f0eb759e3c623a215d98ddebccca64488;p=ncurses.git diff --git a/doc/html/man/captoinfo.1m.html b/doc/html/man/captoinfo.1m.html index 847aa5f5..3b966d49 100644 --- a/doc/html/man/captoinfo.1m.html +++ b/doc/html/man/captoinfo.1m.html @@ -1,7 +1,7 @@ - -captoinfo 1m +captoinfo 1m 2023-09-16 ncurses 6.4 User commands - + -

captoinfo 1m

+

captoinfo 1m 2023-09-16 ncurses 6.4 User commands

-captoinfo(1m)                                                    captoinfo(1m)
+captoinfo(1m)                    User commands                   captoinfo(1m)
 
 
 
@@ -52,14 +52,16 @@
 
 
 

SYNOPSIS

-       captoinfo [-vn width]  [-V] [-1] [-w width] file ...
+       captoinfo [tic-option] file ...
+
+       captoinfo -V
 
 
 

DESCRIPTION

        captoinfo  looks in each given text file for termcap descriptions.  For
-       each one found, an equivalent terminfo description is written to  stan-
-       dard  output.   Termcap tc capabilities are translated directly to ter-
-       minfo use capabilities.
+       each one found,  an  equivalent  terminfo  description  is  written  to
+       standard  output.   Termcap  tc capabilities are translated directly to
+       terminfo use capabilities.
 
        If no file is given, then the environment variable TERMCAP is used  for
        the  filename  or entry.  If TERMCAP is a full pathname to a file, only
@@ -67,17 +69,9 @@
        is  extracted  from  that file.  If the environment variable TERMCAP is
        not set, then the file /usr/share/terminfo is read.
 
-       -v   print out tracing information on standard  error  as  the  program
-            runs.
-
-       -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.
-
-       -w   change the output to width characters.
+       This utility is implemented as a link to tic(1m), with the latter's  -I
+       option  implied.  You can use other tic options such as -1, -f, -v, -w,
+       and -x.
 
 
 

FILES

@@ -92,8 +86,8 @@
        not mistakenly translated a completely unknown  and  random  capability
        and/or syntax error.
 
-       Nonstd   Std    From           Terminfo
-        name    name                 capability
+       Nonstd   Std                   Terminfo
+        name    name   From          capability
        -----------------------------------------------
        BO       mr     AT&T    enter_reverse_mode
        CI       vi     AT&T    cursor_invisible
@@ -112,13 +106,13 @@
        PN       po     XENIX   prtr_off
        PS       pf     XENIX   prtr_on
        PU       kP     XENIX   key_ppage
-
        RT       @8     XENIX   kent
        UP       ku     XENIX   kcuu1
        KA       k;     Tek     key_f10
        KB       F1     Tek     key_f11
        KC       F2     Tek     key_f12
        KD       F3     Tek     key_f13
+
        KE       F4     Tek     key_f14
        KF       F5     Tek     key_f15
        BC       Sb     Tek     set_background
@@ -129,7 +123,7 @@
        forms drawing, designed to take  advantage  of  the  IBM  PC  high-half
        graphics.  They were as follows:
 
-       Cap          Graphic
+       Cap          Graphic
        -----------------------------
        G2    upper left
        G3    lower left
@@ -155,15 +149,15 @@
        Gc    intersection
        GG    acs magic cookie count
 
-       If  the single-line capabilities occur in an entry, they will automati-
-       cally be composed into an acsc string.   The  double-line  capabilities
-       and GG are discarded with a warning message.
+       If   the   single-line  capabilities  occur  in  an  entry,  they  will
+       automatically  be  composed  into  an  acsc  string.   The  double-line
+       capabilities and GG are discarded with a warning message.
 
        IBM's  AIX  has  a  terminfo  facility descended from SVr1 terminfo but
        incompatible with the SVr4 format.  The following  AIX  extensions  are
        automatically translated:
 
-        IBM    XSI
+        IBM    XSI
        -------------
        ksel    kslt
        kbtab   kcbt
@@ -181,15 +175,12 @@
 
 
 

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.
-
-       The  verbose option is not identical to SVr4's.  Under SVr4, instead of
+       The verbose option is not identical to SVr4's.  Under SVr4, instead  of
        following the -v with a trace level n, you repeat it n times.
 
 
 

PORTABILITY

-       X/Open Curses, Issue 7 (2009) describes tic  briefly,  but  omits  this
+       X/Open  Curses,  Issue  7  (2009) describes tic briefly, but omits this
        program.  SVr4 systems provide captoinfo as a separate application from
        tic.
 
@@ -199,7 +190,7 @@
 

SEE ALSO

        infocmp(1m), curses(3x), terminfo(5)
 
-       This describes ncurses version 6.2 (patch 20200516).
+       This describes ncurses version 6.4 (patch 20230917).
 
 
 

AUTHOR

@@ -208,7 +199,7 @@
 
 
 
-                                                                 captoinfo(1m)
+ncurses 6.4                       2023-09-16                     captoinfo(1m)