manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:18:59 +0000 (21:18 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:18:59 +0000 (21:18 -0800)
SCCS-vsn: usr.bin/tput/tput.1 4.1

usr/src/usr.bin/tput/tput.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/tput/tput.1 b/usr/src/usr.bin/tput/tput.1
new file mode 100644 (file)
index 0000000..e240264
--- /dev/null
@@ -0,0 +1,21 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)tput.1      4.1 (Berkeley) %G%
+.\"
+.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