Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses * Fixed lack of win arg in wattr* man entries.
details: https://anonhg.NetBSD.org/src/rev/cd7c256e59bc
branches: trunk
changeset: 485777:cd7c256e59bc
user: blymn <blymn%NetBSD.org@localhost>
date: Fri May 05 11:57:46 2000 +0000
description:
* Fixed lack of win arg in wattr* man entries.
diffstat:
lib/libcurses/curses.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 124e51b22e0e -r cd7c256e59bc lib/libcurses/curses.3
--- a/lib/libcurses/curses.3 Fri May 05 11:28:56 2000 +0000
+++ b/lib/libcurses/curses.3 Fri May 05 11:57:46 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses.3,v 1.26 2000/05/01 12:30:30 blymn Exp $
+.\" $NetBSD: curses.3,v 1.27 2000/05/05 11:57:46 blymn Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -274,11 +274,11 @@
.Em win
.It waddstr(win,str) add string to
.Em win
-.It wattron(attribute) turn on attribute modes for
+.It wattron(win,attribute) turn on attribute modes for
.Em win
-.It wattroff(attribute) turn off attribute modes for
+.It wattroff(win,attribute) turn off attribute modes for
.Em win
-.It wattrset(attribute) set attribute modes for
+.It wattrset(win,attribute) set attribute modes for
.Em win
.It wbkgd(win, ch) set background rendition for
.Em win and apply this rendition to
Home |
Main Index |
Thread Index |
Old Index