X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=90a016cf79044fad7f42fb8efc832ec6ed3b44e5;hb=3f57ad09dfcb62c8ad444e13fa4d450c05e878ba;hp=9dfc57807b358d2c0e93d165f70f5cc07d77e28a;hpb=7884aa084f9440fd964f14fe31853a5f85db5104;p=ncurses.git diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 9dfc5780..90a016cf 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -1,6 +1,6 @@ - @@ -36,7 +36,7 @@ curs_printw 3x - +

curs_printw 3x

@@ -109,7 +109,7 @@ would be output from printf(3) would instead be output using waddstr on the given window. SVr3 also added vwprintw, saying that the third pa- rameter is a va_list, defined in <varargs.h>, and referring the reader - to the manual pages for varargs and vprintf for detailed descriptions. + to the manual pages for varargs and vprintf for detailed descriptions. SVr4 added no new variations of printw, but provided for using <varargs.h> or <stdarg.h> to define the va_list type.