X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftic.1m.html;h=95df6d1034d4e87267714d7e2712267e14bf7023;hp=ad9b6d4cf459c9e70f54223cce2ab811b6dd09ff;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=b9a2bd87a73d976d1c916815e2d370bf1090d1b2 diff --git a/doc/html/man/tic.1m.html b/doc/html/man/tic.1m.html index ad9b6d4c..95df6d10 100644 --- a/doc/html/man/tic.1m.html +++ b/doc/html/man/tic.1m.html @@ -45,19 +45,16 @@ - -

NAME

+

NAME

        tic - the terminfo entry-description compiler
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        tic  [-01CDGIKLNTUVacfgqrstx]  [-e names] [-o dir] [-Q[n]]
        [-R subset] [-v[n]] [-w[n]] file
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The tic command translates a  terminfo  file  from  source
        format  into compiled format.  The compiled format is nec-
        essary for use with the library routines in ncurses(3x).
@@ -118,8 +115,7 @@
        o   the system terminfo database (/usr/share/terminfo).
 
 
-
-

OPTIONS

+

OPTIONS

        -0     restricts the output to a single line
 
        -1     restricts the output to a single column
@@ -320,8 +316,7 @@
             keys.
 
 
-
-

PARAMETERS

+

PARAMETERS

        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
@@ -332,8 +327,7 @@
               path of a character-device.
 
 
-
-

PROCESSING

+

PROCESSING

        All but one of the capabilities recognized by tic are doc-
        umented in terminfo(5).  The exception is the use capabil-
        ity.
@@ -359,8 +353,7 @@
        printed.
 
 
-
-

COMPATIBILITY

+

COMPATIBILITY

        There  is  some evidence that historic tic implementations
        treated description fields with no whitespace in  them  as
        additional  aliases  or short names.  This tic does not do
@@ -368,8 +361,7 @@
        treated that way and check them for dangerous characters.
 
 
-
-

EXTENSIONS

+

EXTENSIONS

        Unlike the SVr4 tic command, this implementation can actu-
        ally compile termcap sources.  In fact,  entries  in  ter-
        minfo  and  termcap syntax can be mixed in a single source
@@ -397,22 +389,19 @@
        itly set to it.
 
 
-
-

FILES

+

FILES

        /usr/share/terminfo/?/*
             Compiled terminal description database.
 
 
-
-

SEE ALSO

+

SEE ALSO

        infocmp(1m),    captoinfo(1m),   infotocap(1m),   toe(1m),
        curses(3x), term(5).  terminfo(5).
 
-       This describes ncurses version 6.0 (patch 20150919).
+       This describes ncurses version 6.0 (patch 20160820).
 
 
-
-

AUTHOR

+

AUTHOR

        Eric S. Raymond <esr@snark.thyrsus.com> and
        Thomas E. Dickey <dickey@invisible-island.net>