summaryrefslogtreecommitdiff
path: root/usr.bin/tput
diff options
context:
space:
mode:
authorjdc <jdc@NetBSD.org>2004-03-29 20:56:24 +0000
committerjdc <jdc@NetBSD.org>2004-03-29 20:56:24 +0000
commita775b2011beb86dcc3df10cdae9eb528156c6a37 (patch)
tree3e725c61a152871e700002e2045928e3907cbddb /usr.bin/tput
parent4a6f199f47300656182a0cd7df1e499a09b528af (diff)
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
Diffstat (limited to 'usr.bin/tput')
-rw-r--r--usr.bin/tput/tput.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1
index 033ebb7c76c..a15eebb0f57 100644
--- a/usr.bin/tput/tput.1
+++ b/usr.bin/tput/tput.1
@@ -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.