X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fclear.1.html;h=02b5e31d6573cbcbb09de8ecff2a1e16f3300405;hp=fad1c2072bb27a5aa511101172a19843ac473f7c;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/doc/html/man/clear.1.html b/doc/html/man/clear.1.html index fad1c207..02b5e31d 100644 --- a/doc/html/man/clear.1.html +++ b/doc/html/man/clear.1.html @@ -1,69 +1,81 @@ + + + +clear 1 + + + +

clear 1

+
 
+clear(1)                                                       clear(1)
+
+
+
 
 

NAME

-       clear - clear the terminal screen
+       clear - clear the terminal screen
 
 
 

SYNOPSIS

-       clear
+       clear
 
 
 

DESCRIPTION

-       clear clears your screen if this is possible.  It looks in
-       the environment for the terminal type and then in the ter-
-       minfo database to figure out how to clear the screen.
+       clear  clears  your  screen if this is possible, including
+       its scrollback buffer (if the extended "E3" capability  is
+       defined).  clear looks in the environment for the terminal
+       type and then in the terminfo database to determine how to
+       clear the screen.
+
+       clear  ignores  any  command-line  parameters  that may be
+       present.
 
 
 

SEE ALSO

-       tput(1), terminfo(5)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+       tput(1), terminfo(5)
 
+       This describes ncurses version 5.9 (patch 20131221).
 
 
 
+                                                               clear(1)