diff options
author | mpp <mpp@FreeBSD.org> | 1999-06-24 06:22:24 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-06-24 06:22:24 +0000 |
commit | 74991d70762512a0029170385778a55a8fcc08f3 (patch) | |
tree | 525687d311c95062ff1fc4791f16423bf3b60a13 /usr.bin/tput | |
parent | 4621a54de767f0ab5534f93896913564b7756252 (diff) | |
download | FreeBSD-src-74991d70762512a0029170385778a55a8fcc08f3.zip FreeBSD-src-74991d70762512a0029170385778a55a8fcc08f3.tar.gz |
Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
that whatis(1) will produce the expected results.
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.1 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 403f4cc..e48f9f5 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -30,24 +30,32 @@ .\" SUCH DAMAGE. .\" .\" @(#)tput.1 8.2 (Berkeley) 3/19/94 -.\" $Id$ +.\" $Id: tput.1,v 1.3 1997/04/27 08:45:46 jmg Exp $ .\" .Dd March 19, 1994 .Dt TPUT 1 .Os BSD 4.4 .Sh NAME -.Nm tput +.Nm tput , +.Nm clear .Nd terminal capability interface .Sh SYNOPSIS .Nm .Op Fl T Ar term .Ar attribute +.Nm clear .Sh DESCRIPTION The .Nm command makes terminal-dependent information available to users or shell -applications. -The options are as follows: +applications. When invoked as the +.Nm clear +utility, the screen will be cleared as if +.Dl tput clear +had been executed. +The options to +.Nm +are as follows: .Bl -tag -width Ds .It Fl T The terminal name as specified in the |