X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Finfocmp.1m.html;h=9ea09e81be41ccc5c6042401ff3a6fef1cf0b0c4;hp=7dfefaf5a6684c5c194aee0be4370f4baf5ab5d1;hb=1dd25cc0259e0683290fe889707b04979b5fda0a;hpb=29a36e53e1f77a0c3672f2e267d573823d6a9a60 diff --git a/doc/html/man/infocmp.1m.html b/doc/html/man/infocmp.1m.html index 7dfefaf5..9ea09e81 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
@@ -441,10 +441,13 @@
             the  program runs.  Higher values of n induce greater
             verbosity.
 
+       -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 +458,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, -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 +473,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 20160820).
+       This describes ncurses version 6.0 (patch 20161203).
 
 
 

AUTHOR