Work around a warning from groff-1.19.

This commit is contained in:
wiz 2003-06-26 10:00:24 +00:00
parent b0f4b20c71
commit 85cf615bd0
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_color.3,v 1.5 2003/04/16 13:35:00 wiz Exp $
.\" $NetBSD: curses_color.3,v 1.6 2003/06/26 10:00:24 wiz Exp $
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -148,11 +148,7 @@ gives the attribute value of color-pair number
This is the value that is used to set the attribute of a character to this
color-pair.
For example,
.Fo attrset
.Fo COLOR_PAIR
.Fa 2
.Fc
.Fc
.Dl attrset(COLOR_PAIR(2))
will display characters using color-pair 2.
.Pp
The macro