From a775b2011beb86dcc3df10cdae9eb528156c6a37 Mon Sep 17 00:00:00 2001 From: jdc Date: Mon, 29 Mar 2004 20:56:24 +0000 Subject: [PATCH] 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 --- usr.bin/tput/tput.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 033ebb7c76c8..a15eebb0f570 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.