X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=90b9f498d64d93cec56e85b915e2fd5a007ea2c3;hp=54c10c84d931bfeb995b9732f23780d81d1ad7f9;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 54c10c84..90b9f498 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -69,12 +69,12 @@

DESCRIPTION

        The  printw,  wprintw, mvprintw and mvwprintw routines are
-       analogous to  printf  [see  printf(3)].   In  effect,  the
+       analogous to  printf  [see  printf(3)].   In  effect,  the
        string that would be output by printf is output instead as
        though waddstr were used on the given window.
 
        The vwprintw  and  wv_printw  routines  are  analogous  to
-       vprintf  [see  printf(3)]  and  perform  a wprintw using a
+       vprintf  [see  printf(3)]  and  perform  a wprintw using a
        variable argument list.  The third argument is a  va_list,
        a   pointer   to  a  list  of  arguments,  as  defined  in
        <stdarg.h>.
@@ -111,7 +111,7 @@
 
 

SEE ALSO

-       curses(3x), printf(3), vprintf(3)
+       curses(3x), printf(3), vprintf(3)