BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:05:26 +0000 (01:05 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:05:26 +0000 (01:05 -0800)
Work on file usr/man/man1/clear.1

Synthesized-from: 3bsd

usr/man/man1/clear.1 [new file with mode: 0644]

diff --git a/usr/man/man1/clear.1 b/usr/man/man1/clear.1
new file mode 100644 (file)
index 0000000..ad7ddba
--- /dev/null
@@ -0,0 +1,15 @@
+.TH CLEAR 1 2/24/79
+.UC
+.SH NAME
+clear \- clear terminal screen
+.SH SYNOPSIS
+.B clear
+.SH DESCRIPTION
+.I Clear
+clears your screen if this is possible.
+It looks in the environment for the terminal type and then in
+.I /etc/termcap
+to figure out how to clear the screen.
+.SH FILES
+/etc/termcap   terminal capability data base
+.SH BUGS