X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=d987a3471129edd6ef203ac4e9bc8d17bd4d03cb;hp=65c76c9dca6703f2f736d0c7ef2eae767ac5f46e;hb=7503e8d82292a2a0a4d8bb55bdf3f8a203159f68;hpb=30393be892025f03322b7907a04cc05cc08e8760 diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index 65c76c9d..d987a347 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -1,7 +1,8 @@ @@ -35,7 +36,7 @@ tput 1 - + @@ -247,8 +248,8 @@

Terminal Size

        Besides  the  special  commands (e.g., clear), tput treats certain ter-
-       minfo  capabilities  specially:  lines   and   columns.    tput   calls
-       setupterm(3x) to obtain the terminal size:
+       minfo capabilities specially: lines and cols.  tput calls setupterm(3x)
+       to obtain the terminal size:
 
        o   first, it gets the size from the terminal database (which generally
            is not provided for terminal emulators which do not  have  a  fixed
@@ -505,7 +506,7 @@
 
        o   It  assigns exit code 4 to "invalid operand", which may be the same
            as unknown capability.  For instance, the source code for  Solaris'
-           xcurses uses the term "invalid' in this case.
+           xcurses uses the term "invalid" in this case.
 
        o   It  assigns  exit code 255 to a numeric variable that is not speci-
            fied in the terminfo database.   That  likely  is  a  documentation
@@ -522,7 +523,7 @@
 

SEE ALSO

        clear(1), stty(1), tabs(1), tset(1), terminfo(5), curs_termcap(3x).
 
-       This describes ncurses version 6.1 (patch 20180901).
+       This describes ncurses version 6.2 (patch 20200613).