Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses document the correct argument to wstandout(3) ...
details: https://anonhg.NetBSD.org/src/rev/edb2c5209449
branches: trunk
changeset: 779090:edb2c5209449
user: agc <agc%NetBSD.org@localhost>
date: Tue May 01 17:32:58 2012 +0000
description:
document the correct argument to wstandout(3) and wstandend(3)
diffstat:
lib/libcurses/curses_standout.3 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r eeef28cca7c0 -r edb2c5209449 lib/libcurses/curses_standout.3
--- a/lib/libcurses/curses_standout.3 Tue May 01 15:09:36 2012 +0000
+++ b/lib/libcurses/curses_standout.3 Tue May 01 17:32:58 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_standout.3,v 1.4 2008/04/30 13:10:51 martin Exp $
+.\" $NetBSD: curses_standout.3,v 1.5 2012/05/01 17:32:58 agc Exp $
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 13, 2002
+.Dd May 1, 2012
.Dt CURSES_STANDOUT 3
.Os
.Sh NAME
@@ -44,9 +44,11 @@
.Ft int
.Fn standend void
.Ft int
-.Fn wstandout void
+.Fn wstandout
+.Fa "WINDOW *win"
.Ft int
-.Fn wstandend void
+.Fn wstandend
+.Fa "WINDOW *win"
.Sh DESCRIPTION
These functions manipulate the standout attribute on
.Dv stdscr
Home |
Main Index |
Thread Index |
Old Index