X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=c169f053b095a91603dbd566969d405cb5d3c9fa;hp=dbe7c3e45e8dcfbae84b5c7220dfd417dc97f330;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index dbe7c3e4..c169f053 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -1,4 +1,3 @@ - + + + tput 1 @@ -40,20 +42,19 @@

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 +64,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 +88,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 +174,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 +239,7 @@
 
 
 
-

FILES

+

FILES

        /usr/share/terminfo
               compiled terminal description database
 
@@ -251,7 +252,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 +290,7 @@
 
 
 
-

DIAGNOSTICS

+

DIAGNOSTICS

        tput prints the following error messages and sets the cor-
        responding exit codes.
 
@@ -307,7 +308,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 +336,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 20130309).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
                                                                 tput(1)
 
-
-
-Man(1) output converted with -man2html -
+