X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_printw.3x;h=ead0f183dc0961b391c4276ba8f687720816015f;hp=7c1a41b5b96f7c241d817abf8253696fe19da663;hb=4f10f7dff42e5348b814bdce71d3e4d925bd6ed6;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/man/curs_printw.3x b/man/curs_printw.3x index 7c1a41b5..ead0f183 100644 --- a/man/curs_printw.3x +++ b/man/curs_printw.3x @@ -26,7 +26,7 @@ .\" 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 $ .TH curs_printw 3X "" .na .hy 0 @@ -55,12 +55,12 @@ .br .SH DESCRIPTION The \fBprintw\fR, \fBwprintw\fR, \fBmvprintw\fR and \fBmvwprintw\fR -routines are analogous to \fBprintf\fR [see \fBprintf\fR(3S)]. In +routines are analogous to \fBprintf\fR [see \fBprintf\fR(3)]. In effect, the string that would be output by \fBprintf\fR is output instead as though \fBwaddstr\fR were used on the given window. .PP The \fBvwprintw\fR and \fBwv_printw\fR routines are analogous -to \fBvprintf\fR [see \fBprintf\fR(3S)] +to \fBvprintf\fR [see \fBprintf\fR(3)] and perform a \fBwprintw\fR using a variable argument list. The third argument is a \fBva_list\fR, a pointer to a list of arguments, as defined in \fB\fR. @@ -85,7 +85,7 @@ cannot be used in the same file as \fB\fR. This implementation uses \fB\fR for both, because that header is included in \fB. .SH SEE ALSO -\fBcurses\fR(3X), \fBprintf\fR(3S), \fBvprintf(3S)\fR +\fBcurses\fR(3X), \fBprintf\fR(3), \fBvprintf(3)\fR .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: