s/can_change_colors/can_change_color/

This commit is contained in:
jdc 2004-03-16 07:55:05 +00:00
parent 424b4f06a5
commit a02733d775
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.48 2003/10/18 09:08:46 wiz Exp $
# $NetBSD: Makefile,v 1.49 2004/03/16 07:55:05 jdc Exp $
# @(#)Makefile 8.2 (Berkeley) 1/2/94
.include <bsd.own.mk>
@ -53,7 +53,7 @@ MLINKS+= curses_addch.3 addch.3 curses_addchstr.3 addchnstr.3 \
curses_attributes.3 attrset.3 curses_tty.3 beep.3 \
curses_background.3 bkgd.3 curses_background.3 bkgdset.3 \
curses_border.3 border.3 curses_border.3 box.3 \
curses_color.3 can_change_colors.3 curses_tty.3 cbreak.3 \
curses_color.3 can_change_color.3 curses_tty.3 cbreak.3 \
curses_clear.3 clear.3 curses_clear.3 clearok.3 \
curses_clear.3 clrtobot.3 curses_clear.3 clrtoeol.3 \
curses_color.3 color_content.3 curses_attributes.3 color_set.3 \

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses.3,v 1.53 2004/01/20 08:26:44 wiz Exp $
.\" $NetBSD: curses.3,v 1.54 2004/03/16 07:55:05 jdc Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)curses.3 8.1 (Berkeley) 6/4/93
.\"
.Dd September 23, 2003
.Dd March 9, 2004
.Dt CURSES 3
.Os
.Sh NAME
@ -95,7 +95,7 @@ must be called before any of the other routines that deal with color are used.
.It bkgdset Ta Xr curses_background 3
.It border Ta Xr curses_border 3
.It box Ta Xr curses_border 3
.It can_change_colors Ta Xr curses_color 3
.It can_change_color Ta Xr curses_color 3
.It cbreak Ta Xr curses_tty 3
.It clear Ta Xr curses_clear 3
.It clearok Ta Xr curses_clear 3