]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_printw.3x.html
ncurses 6.2 - patch 20200725
[ncurses.git] / doc / html / man / curs_printw.3x.html
index cb50d7b7ee445b611ea6f9cecd54e49be8d34176..9ee58d47aaae59ccccf875ddd09eca2c65f0ecaa 100644 (file)
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_printw.3x,v 1.26 2020/03/14 23:48:47 tom Exp @
+  * @Id: curs_printw.3x,v 1.27 2020/07/10 23:06:23 William.Pursell Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -70,7 +70,7 @@
        <STRONG>printf</STRONG> is output instead as though <STRONG>waddstr</STRONG> were used on the given  win-
        dow.
 
-       The  <STRONG>vwprintw</STRONG>  and  <STRONG>wv_printw</STRONG>  routines  are  analogous to <STRONG>vprintf</STRONG> [see
+       The  <STRONG>vwprintw</STRONG>  and  <STRONG>vw_printw</STRONG>  routines  are  analogous to <STRONG>vprintf</STRONG> [see
        <STRONG>printf(3)</STRONG>] and perform a <STRONG>wprintw</STRONG> using a variable argument  list.   The
        third  argument  is a <STRONG>va_list</STRONG>, a pointer to a list of arguments, as de-
        fined in <STRONG>&lt;stdarg.h&gt;</STRONG>.