X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcaptoinfo.1m.html;h=b4fe523ef8f65c4a875a14c1de50d796fbb8d540;hp=60aa2693b541fb581a5029dfba8c41d264f14cd5;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=0485620c03e69b1b58a6b12e5e45c98415fc7575 diff --git a/doc/html/man/captoinfo.1m.html b/doc/html/man/captoinfo.1m.html index 60aa2693..b4fe523e 100644 --- a/doc/html/man/captoinfo.1m.html +++ b/doc/html/man/captoinfo.1m.html @@ -1,7 +1,8 @@ - + captoinfo 1m - + @@ -51,20 +52,20 @@

SYNOPSIS

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

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
        the terminal whose name is specified in the environment  variable  TERM
        is  extracted  from  that file.  If the environment variable TERMCAP is
-       not set, then the file /usr/local/ncurses/lib/terminfo is read.
+       not set, then the file /usr/share/terminfo is read.
 
        -v   print out tracing information on standard  error  as  the  program
             runs.
@@ -80,8 +81,7 @@
 
 
 

FILES

-       /usr/local/ncurses/lib/terminfo
-                           Compiled terminal description database.
+       /usr/share/terminfo Compiled terminal description database.
 
 
 

TRANSLATIONS FROM NONSTANDARD CAPABILITIES

@@ -111,8 +111,8 @@
        PD       kN     XENIX   key_npage
        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
@@ -155,9 +155,9 @@
        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
@@ -184,14 +184,22 @@
        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  trace  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
+       program.  SVr4 systems provide captoinfo as a separate application from
+       tic.
+
+       NetBSD does not provide this application.
+
+
 

SEE ALSO

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

AUTHOR

@@ -210,6 +218,7 @@
 
  • FILES
  • TRANSLATIONS FROM NONSTANDARD CAPABILITIES
  • NOTES
  • +
  • PORTABILITY
  • SEE ALSO
  • AUTHOR