diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 16:03:03 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 16:03:03 +0000 |
commit | ed43c10a46184e33eb8c5b1fe7a748889f2a26d1 (patch) | |
tree | 9b1204b7c8f0a85b98055963ed0936ee0e2357c0 /usr.bin/tput | |
parent | 59937477f61e3477c00a794aa20a67769bfad344 (diff) |
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/tput.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index c6d1b21f17a..d1bddada9bc 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tput.1,v 1.11 2000/11/10 05:10:41 aaron Exp $ +.\" $OpenBSD: tput.1,v 1.12 2001/08/03 16:03:02 mpech Exp $ .\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -118,6 +118,7 @@ Print the descriptive name of the user's terminal type. Reset the terminal (using the .Xr terminfo reset sequences). +.El .Sh EXAMPLES .Bl -tag -width "tput cup 6 11 dch 6" -compact .It Li "tput clear cup 5 10" |