X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftic.1m.html;h=148420110e50217ada125368d2aca6a374b085d1;hp=7dcc24eaec78a0c755a9f2919abc7d891bc7e838;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/tic.1m.html b/doc/html/man/tic.1m.html index 7dcc24ea..14842011 100644 --- a/doc/html/man/tic.1m.html +++ b/doc/html/man/tic.1m.html @@ -1,7 +1,7 @@ @@ -52,7 +52,7 @@

SYNOPSIS

-       tic  [-1CGILNTVacfgrstx]  [-e  names] [-o dir] [-R subset]
+       tic  [-1CGILNTUVacfgrstx]  [-e names] [-o dir] [-R subset]
        [-v[n]] [-w[n]] file
 
 
@@ -179,31 +179,37 @@
               Normally when translating from terminfo to termcap,
               untranslatable capabilities are commented-out.
 
-       -V     reports  the  version  of ncurses which was used in
-              this program, and exits.
-
-       -vn    specifies that (verbose) output be written to stan-
-              dard   error   trace   information   showing  tic's
-              progress.  The optional integer n is a number  from
-              1 to 10, inclusive, indicating the desired level of
-              detail  of  information.   If  n  is  omitted,  the
-              default  level is 1.  If n is specified and greater
-              than 1, the level of detail is increased.
-
-       -wn    specifies the width of the output.
-
-       -x     Treat unknown capabilities as  user-defined.   That
-              is,  if you supply a capability name which tic does
-              not recognize, it will  infer  its  type  (boolean,
-              number  or  string)  from  the  syntax  and make an
-              extended table entry for that.  User-defined  capa-
-              bility  strings  whose  name  begins with ``k'' are
-              treated as function keys.
-
-       file   contains one or more terminfo terminal descriptions
-              in  source format [see terminfo(5)].  Each descrip-
-              tion in the file describes the  capabilities  of  a
-              particular terminal.
+       -U   tells  tic to not post-process the data after parsing
+            the source file.  Normally, it infers data  which  is
+            commonly  missing in older terminfo data, or in term-
+            caps.
+
+       -V   reports the version of ncurses which was used in this
+            program, and exits.
+
+       -vn  specifies  that  (verbose) output be written to stan-
+            dard error trace information showing tic's  progress.
+            The  optional  parameter  n is a number from 1 to 10,
+            inclusive, indicating the desired level of detail  of
+            information.   If  n is omitted, the default level is
+            1.  If n is specified and greater than 1,  the  level
+            of detail is increased.
+
+       -wn  specifies  the width of the output.  The parameter is
+            optional.  If it is omitted, it defaults to 60.
+
+       -x   Treat unknown capabilities as user-defined.  That is,
+            if  you  supply  a capability name which tic does not
+            recognize, it will infer its type (boolean, number or
+            string)  from  the  syntax and make an extended table
+            entry  for  that.   User-defined  capability  strings
+            whose  name begins with ``k'' are treated as function
+            keys.
+
+       file contains one or more terminfo  terminal  descriptions
+            in source format [see terminfo(5)].  Each description
+            in the file describes the capabilities of a  particu-
+            lar terminal.
 
        The debug flag levels are as follows:
 
@@ -303,6 +309,8 @@
        infocmp(1m),    captoinfo(1m),   infotocap(1m),   toe(1m),
        curses(3x), terminfo(5).
 
+       This describes ncurses version 5.5 (patch 20061209).
+
 
 
                                                                 tic(1m)