X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=5e88d60482aadf5122e450d481d8d8419e2472c8;hp=d9fe3600cc8166abd1329a78def20cb8096a8314;hb=ca276baf720e3a44721b9e18955d3f546955c6c8;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index d9fe3600..5e88d604 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>.
@@ -107,7 +107,7 @@
 
 

SEE ALSO

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