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=5e88d60482aadf5122e450d481d8d8419e2472c8;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=f70db18a0c3c6a828d8a5999be37239f01c9d98a diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 5e88d604..90b9f498 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -1,7 +1,7 @@ - + @@ -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>.
@@ -91,6 +91,10 @@
        enough memory for the buffer used to format  the  results.
        It will return an error if the window pointer is null.
 
+       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

@@ -107,7 +111,7 @@
 
 

SEE ALSO

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