X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scanw.3x.html;h=9e1d3091096bb4761c335dfb90c449a5d71c5b2e;hb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;hp=b7da265df44a5074bc1c2a9a0eb42548e3c40b2b;hpb=d8d029ed8d2793e679c2b247620ea5e2e9d6144b;p=ncurses.git diff --git a/doc/html/man/curs_scanw.3x.html b/doc/html/man/curs_scanw.3x.html index b7da265d..9e1d3091 100644 --- a/doc/html/man/curs_scanw.3x.html +++ b/doc/html/man/curs_scanw.3x.html @@ -1,6 +1,6 @@ -curs_scanw 3x 2023-12-23 ncurses 6.4 Library calls +curs_scanw 3x 2024-03-23 ncurses 6.4 Library calls -

curs_scanw 3x 2023-12-23 ncurses 6.4 Library calls

+

curs_scanw 3x 2024-03-23 ncurses 6.4 Library calls

 curs_scanw(3x)                   Library calls                  curs_scanw(3x)
 
@@ -81,7 +81,7 @@
        These functions return ERR  upon  failure  and  otherwise  a  count  of
        successful conversions; this quantity may be zero.
 
-       In  ncurses, failure occurs if vsscanf(3) returns EOF, or if the window
+       In  ncurses, failure occurs if vsscanf(3) returns EOF, or if the window
        pointer win is null.
 
        Functions with a "mv" prefix first  perform  a  cursor  movement  using
@@ -125,7 +125,7 @@
            this may have been an  editorial  solecism  introduced  by  X/Open,
            rather than an intentional change.
 
-       o   This  implementation retains compatibility with SVr4 curses.  As of
+       o   This  implementation retains compatibility with SVr4 curses.  As of
            2018,  NetBSD  curses  also  returns  the  number   of   successful
            conversions.   Both  ncurses  and  NetBSD curses call vsscanf(3) to
            scan the string, which returns EOF on error.
@@ -148,7 +148,7 @@
        that  had been available since Seventh Edition Unix (1979).  In 1991 (a
        couple of years after SVr4 was generally available,  and  after  the  C
        standard  was  published),  other developers updated the library, using
-       stdarg.h internally in 4.4BSD curses.  Even with this improvement,  BSD
+       stdarg.h internally in 4.4BSD curses.  Even with this improvement,  BSD
        curses  did not use function prototypes (nor even declare functions) in
        curses.h until 1992.
 
@@ -179,7 +179,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                    curs_scanw(3x)
+ncurses 6.4                       2024-03-23                    curs_scanw(3x)