diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 12d19040ce6b..111ee53a5d5a 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tput.1,v 1.6 1997/11/11 14:40:18 mrg Exp $ +.\" $NetBSD: tput.1,v 1.7 1999/03/09 02:58:08 ross Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -96,6 +96,7 @@ Print the descriptive name of the user's terminal type. Reset the terminal (the .Xr termcap ``rs'' sequence). +.El .Sh DIAGNOSTICS The exit value of .Nm @@ -116,6 +117,7 @@ clear the screen and goto line 5 column 10 .Pp .It Li "tput cm 6 11 DC 6" goto line 6 column 11 and delete 6 characters +.El .Sh SEE ALSO .Xr termcap 3 , .Xr termcap 5