X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=8fcc32cc5872e97d3a651994a4b3f8f535d12d59;hp=7712744b35365fccee759d8efd6c71c00fc78afd;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index 7712744b..8fcc32cc 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -1,4 +1,3 @@ - + + + tput 1 -

tput 1

-
+

tput 1

-
 tput(1)                                                         tput(1)
 
 
 
 
 
-

NAME

+

NAME

        tput,  reset  -  initialize  a  terminal or query terminfo
        database
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        tput [-Ttype] capname [parms ... ]
        tput [-Ttype] init
        tput [-Ttype] reset
@@ -63,10 +63,10 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The tput utility uses the terminfo database  to  make  the
        values  of terminal-dependent capabilities and information
-       available to the shell (see sh(1)), to initialize or reset
+       available to the shell (see sh(1)), to initialize or reset
        the  terminal,  or  return  the long name of the requested
        terminal type.  The result depends upon  the  capability's
        type:
@@ -87,7 +87,7 @@
 
        Before using a value returned on the standard output,  the
        application  should  test  the  exit  code  (e.g., $?, see
-       sh(1)) to be sure it is 0.  (See the EXIT CODES and  DIAG-
+       sh(1)) to be sure it is 0.  (See the EXIT CODES and  DIAG-
        NOSTICS  sections.)   For  a complete list of capabilities
        and the capname associated with each, see terminfo(5).
 
@@ -173,13 +173,13 @@
 
 
 
-

EXAMPLES

+

EXAMPLES

        tput init
             Initialize the terminal according to the type of ter-
             minal  in the environmental variable TERM.  This com-
             mand should be included in everyone's .profile  after
             the environmental variable TERM has been exported, as
-            illustrated on the profile(5) manual page.
+            illustrated on the profile(5) manual page.
 
        tput -T5620 reset
             Reset an AT&T 5620 terminal, overriding the  type  of
@@ -238,7 +238,7 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo
               compiled terminal description database
 
@@ -251,7 +251,7 @@
 
 
 
-

EXIT CODES

+

EXIT CODES

        If the -S option is used, tput checks for errors from each
        line, and if any errors are found, will set the exit  code
        to  4  plus the number of lines with errors.  If no errors
@@ -289,7 +289,7 @@
 
 
 
-

DIAGNOSTICS

+

DIAGNOSTICS

        tput prints the following error messages and sets the cor-
        responding exit codes.
 
@@ -307,7 +307,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  longname  and -S options, and the parameter-substitu-
        tion features used in the cup example, are  not  supported
        in BSD curses or in AT&T/USL curses before SVr4.
@@ -335,19 +335,27 @@
 
 
 
-

SEE ALSO

-       clear(1), stty(1), tabs(1), terminfo(5), curs_termcap(3x).
+

SEE ALSO

+       clear(1), stty(1), tabs(1), terminfo(5), curs_termcap(3x).
 
-       This describes ncurses version 5.9 (patch 20130518).
+       This describes ncurses version 6.0 (patch 20150725).
 
 
 
                                                                 tput(1)
 
-
-
-Man(1) output converted with -man2html -
+