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=7817f7166889b5a1066bf2ee98a35e5900f5fd53;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 7817f716..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(3S)].   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(3S)]  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(3S), vprintf(3S)
+       curses(3x), printf(3), vprintf(3)