X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=5e88d60482aadf5122e450d481d8d8419e2472c8;hb=3511767aa77f332927de0c4a610f9fb37ea18101;hp=7817f7166889b5a1066bf2ee98a35e5900f5fd53;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 7817f716..5e88d604 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_printw.3x,v 1.16 2006/02/25 21:49:19 tom Exp @ + * @Id: curs_printw.3x,v 1.17 2006/12/24 16:05:17 tom Exp @ --> @@ -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>.
@@ -107,7 +107,7 @@
 
 

SEE ALSO

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