X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfocmp.1m.html;h=bf777ce19187aa167573e0a85c62678ff6da6ebb;hp=b99fed4c0e9941f968678a17de56a7998ebef4f2;hb=048a1c1a65c6d98d92fca97f8d175d10d21091d0;hpb=aa70bf3c762c5b6407bf34812d63c20f7ac8ffdd diff --git a/doc/html/man/infocmp.1m.html b/doc/html/man/infocmp.1m.html index b99fed4c..bf777ce1 100644 --- a/doc/html/man/infocmp.1m.html +++ b/doc/html/man/infocmp.1m.html @@ -1,7 +1,7 @@ @@ -51,7 +51,7 @@

SYNOPSIS

-       infocmp [-1CDEFGIKLTUVcdegilnpqrtux]
+       infocmp [-1CDEFGIKLTUVWcdegilnpqrtux]
              [-v n] [-s d| i| l| c] [-Q n] [-R subset]
              [-w width] [-A directory] [-B directory]
              [termname...]
@@ -121,7 +121,7 @@
 
        For best results when converting to  termcap  format,  you
        should use both -C and -r.  Normally a termcap description
-       is limited to 1023 bytes.  infocmp trims away less  essen-
+       is limited to 1023 bytes.  infocmp trims away less  essen-
        tial  parts  to make it fit.  If you are converting to one
        of the (rare)  termcap  implementations  which  accept  an
        unlimited  size  of  termcap,  you  may want to add the -T
@@ -216,7 +216,7 @@
        needed.
 
    Changing Databases [-A directory] [-B directory]
-       Like other ncurses utilities, infocmp looks for the termi-
+       Like other ncurses utilities, infocmp looks for the termi-
        nal descriptions in several places.  You can use the  TER-
        MINFO  and TERMINFO_DIRS environment variables to override
        the compiled-in default list  of  places  to  search  (see
@@ -438,13 +438,20 @@
             program, and exits.
 
        -v n prints out tracing information on standard  error  as
-            the  program runs.  Higher values of n induce greater
-            verbosity.
+            the program runs.
+
+            The  optional  parameter  n is a number from 1 to 10,
+            inclusive, indicating the desired level of detail  of
+            information.   If  ncurses  is  built without tracing
+            support, the optional parameter is ignored.
+
+       -W   By itself, the -w option will not force long  strings
+            to be wrapped.  Use the -W option to do this.
 
        -w width
             changes the output to width characters.
 
-       -x   print  information  for  user-defined   capabilities.
+       -x   print   information  for  user-defined  capabilities.
             These are extensions to the terminfo repertoire which
             can be loaded using the -x option of tic.
 
@@ -455,13 +462,13 @@
 
 
 

EXTENSIONS

-       The  -0,  -1,  -E, -F, -G, -R, -T, -V, -a, -e, -f, -g, -i,
-       -l, -p, -q and  -t  options  are  not  supported  in  SVr4
+       The -0, -1, -E, -F, -G, -Q, -R, -T, -V, -a,  -e,  -f,  -g,
+       -i,  -l,  -p,  -q and -t options are not supported in SVr4
        curses.
 
        The -r option's notion of `termcap' capabilities is System
-       V Release 4's.  Actual BSD curses  versions  will  have  a
-       more  restricted  set.  To see only the 4.4BSD set, use -r
+       V  Release  4's.   Actual  BSD curses versions will have a
+       more restricted set.  To see only the 4.4BSD set,  use  -r
        -RBSD.
 
 
@@ -470,12 +477,12 @@
 
 
 

SEE ALSO

-       captoinfo(1m),    infotocap(1m),     tic(1m),     toe(1m),
+       captoinfo(1m),     infotocap(1m),     tic(1m),    toe(1m),
        curses(3x), terminfo(5).
 
        http://invisible-island.net/ncurses/tctest.html
 
-       This describes ncurses version 6.0 (patch 20160730).
+       This describes ncurses version 6.0 (patch 20170204).
 
 
 

AUTHOR