summaryrefslogtreecommitdiff
path: root/lib/libcurses/curs_scanw.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-07-27 05:32:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-07-27 05:32:06 +0000
commitcafe155cac903d74c7928e5d61d7ece19a09fe03 (patch)
tree32785aa7e57dd73290c6fc5c659b44184dda8bcc /lib/libcurses/curs_scanw.3
parent0904925f843c0c1f8c81ffe5f7cb4f37a0374a1b (diff)
stdarg.h, not varargs.h
Diffstat (limited to 'lib/libcurses/curs_scanw.3')
-rw-r--r--lib/libcurses/curs_scanw.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curs_scanw.3 b/lib/libcurses/curs_scanw.3
index 2fdaf089635..0509a3e9b88 100644
--- a/lib/libcurses/curs_scanw.3
+++ b/lib/libcurses/curs_scanw.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: curs_scanw.3,v 1.9 2000/07/24 04:06:09 millert Exp $
+.\" $OpenBSD: curs_scanw.3,v 1.10 2001/07/27 05:32:05 millert Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2000 Free Software Foundation, Inc. *
@@ -61,7 +61,7 @@ field are lost.
The \fBvwscanw\fR routine is similar to \fBvwprintw\fR in that it performs a
\fBwscanw\fR using a variable argument list. The third argument is a
\fIva\fR_\fIlist\fR, a pointer to a list of arguments, as defined in
-\fB<varargs.h>\fR.
+\fB<stdarg.h>\fR.
.SH RETURN VALUE
\fBvwscanw\fR returns \fBERR\fR on failure and an integer equal to the
number of fields scanned on success.