X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_scanw.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_scanw.3x.html;h=c3e5a7ac8171e83414c7b8eb74c8711e680f927f;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=d011449644cf8188aa7dca5b1508d8422918648a;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480;p=ncurses.git diff --git a/doc/html/man/curs_scanw.3x.html b/doc/html/man/curs_scanw.3x.html index d0114496..c3e5a7ac 100644 --- a/doc/html/man/curs_scanw.3x.html +++ b/doc/html/man/curs_scanw.3x.html @@ -1,6 +1,6 @@ @@ -36,7 +36,7 @@ curs_scanw 3x - +

curs_scanw 3x

@@ -74,7 +74,7 @@ The vwscanw and vw_scanw routines are analogous to vscanf(3). They perform a wscanw using a variable argument list. The third argument is - a va_list, a pointer to a list of arguments, as defined in <stdarg.h>. + a va_list, a pointer to a list of arguments, as defined in <stdarg.h>.

RETURN VALUE

@@ -108,9 +108,9 @@
        be  output  from  scanf(3) would instead be output using waddstr on the
        given window.  SVr3 also added vwscanw, saying that the third parameter
        is  a  va_list, defined in <varargs.h>, and referring the reader to the
-       manual  pages  for  varargs  and  vprintf  for  detailed  descriptions.
-       (Because the SVr3 documentation does not mention vscanf, that reference
-       to vprintf may not be an error).
+       manual  pages  for  varargs  and  vprintf  for  detailed  descriptions.
+       (Because the SVr3 documentation does not mention vscanf, that reference
+       to vprintf may not be an error).
 
        SVr4  added  no  new  variations  of  scanw,  but  provided  for  using
        <varargs.h> or <stdarg.h> to define the va_list type.