X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fclear.1.html;h=a43e788ddf0e3e8a0b6b1a2e25978c1212c9b944;hp=bbefd61c50d1e65efbd2a9bc8ef282bb630d5526;hb=bca50d0d8592defee6c584fdedd25f4b1a31345b;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/doc/html/man/clear.1.html b/doc/html/man/clear.1.html index bbefd61c..a43e788d 100644 --- a/doc/html/man/clear.1.html +++ b/doc/html/man/clear.1.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: clear.1,v 1.18 2017/10/07 21:30:17 tom Exp @ + * @Id: clear.1,v 1.19 2017/11/18 23:51:59 tom Exp @ * these would be fallbacks for DS/DE, * but groff changed the meaning of the macros. --> @@ -34,7 +34,7 @@ - + clear 1 @@ -42,7 +42,7 @@

clear 1

-clear(1)                                                              clear(1)
+clear(1)                    General Commands Manual                   clear(1)
 
 
 
@@ -90,13 +90,13 @@
        (tput),  and used this to replace the clear command with a shell script
        which calls tput clear, e.g.,
 
-         /usr/bin/tput ${1:+-T$1} clear 2> /dev/null
-         exit
+           /usr/bin/tput ${1:+-T$1} clear 2> /dev/null
+           exit
 
        In 1989, when Keith Bostic revised the BSD tput command to make it sim-
        ilar to the AT&T tput, he added a shell script for the clear command:
 
-         exec tput clear
+           exec tput clear
 
        The remainder of the script in each case is a copyright notice.
 
@@ -109,11 +109,11 @@
            sequence  for  clearing  the screen.  Rather than clearing just the
            visible part of the screen using
 
-             printf '\033[2J'
+               printf '\033[2J'
 
            one could clear the scrollback using
 
-             printf '\033[3J'
+               printf '\033[3J'
 
            This is documented in XTerm Control Sequences as a  feature  origi-
            nating with xterm.
@@ -148,7 +148,7 @@
 

SEE ALSO

        tput(1), terminfo(5)
 
-       This describes ncurses version 6.0 (patch 20171014).
+       This describes ncurses version 6.0 (patch 20180106).