X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scanw.3x.html;h=5023f670bb75005a7066ca70f43b06d4b3b00001;hp=7546649e47916f0d5752719b1fdfe1e70b63aae3;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_scanw.3x.html b/doc/html/man/curs_scanw.3x.html index 7546649e..5023f670 100644 --- a/doc/html/man/curs_scanw.3x.html +++ b/doc/html/man/curs_scanw.3x.html @@ -1,4 +1,4 @@ - + @@ -66,9 +66,9 @@

DESCRIPTION

        The scanw, wscanw and mvscanw routines  are  analogous  to
-       scanf  [see scanf(3)].  The effect of these routines is as
+       scanf  [see scanf(3)].  The effect of these routines is as
        though wgetstr were called on the window, and the  result-
-       ing line used as input for sscanf(3).  Fields which do not
+       ing line used as input for sscanf(3).  Fields which do not
        map to a variable in the fmt field are lost.
 
        The vwscanw and vw_scanw routines are analogous to vscanf.
@@ -86,6 +86,10 @@
        wscanw,  mvscanw  and  mvwscanw  routines to determine the
        number of fields which were mapped in the call.
 
+       Functions with a "mv" prefix first perform a cursor  move-
+       ment  using  wmove, and return an error if the position is
+       outside the window, or if the window pointer is null.
+
 
 

PORTABILITY

@@ -114,7 +118,7 @@
 
 

SEE ALSO

-       curses(3x), curs_getstr(3x), curs_printw(3x), scanf(3)
+       curses(3x), curs_getstr(3x), curs_printw(3x), scanf(3)