Note in the BUGS section that some termcap entries don't have

reset capabilities, so use init instead.
Part of the fix for PR misc/11052
This commit is contained in:
jdc 2004-03-29 20:56:24 +00:00
parent 4a6f199f47
commit a775b2011b

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tput.1,v 1.12 2003/08/07 11:16:45 agc Exp $
.\" $NetBSD: tput.1,v 1.13 2004/03/29 20:56:24 jdc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)tput.1 8.2 (Berkeley) 3/19/94
.\"
.Dd March 19, 1994
.Dd March 29, 2004
.Dt TPUT 1
.Os
.Sh NAME
@ -131,3 +131,6 @@ command appears in
.Sh BUGS
.Nm
can't really distinguish between different types of attributes.
.Pp
Not all termcap entries contain the reset sequence, so using the init
sequence may be more useful.