bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix typo: wv_printw -> vw_printw


From: William Pursell
Subject: [PATCH] Fix typo: wv_printw -> vw_printw
Date: Thu, 9 Jul 2020 16:59:24 +0000


My sincere apologies for the undoubted mangling that is going to happen as I attempt to cut-n-paste a perfectly reasonable patch into this mail client...but the patch is sufficiently trivial that it would probably be easier for someone to simply make the change.  There are a few occurrences of "wv_printw" in the docs which ought to be "vw_printw":

diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html

index cb50d7b7..8e2abb93 100644

--- a/doc/html/man/curs_printw.3x.html

+++ b/doc/html/man/curs_printw.3x.html

@@ -70,7 +70,7 @@

        <STRONG>printf</STRONG> is output instead as though <STRONG>waddstr</STRONG> were used on the given  win-

        dow.

 

-       The  <STRONG>vwprintw</STRONG>  and  <STRONG>wv_printw</STRONG>  routines  are  analogous to <STRONG>vprintf</STRONG> [see

+       The  <STRONG>vwprintw</STRONG>  and  <STRONG>vw_printw</STRONG>  routines  are  analogous to <STRONG>vprintf</STRONG> [see

        <STRONG>printf(3)</STRONG>] and perform a <STRONG>wprintw</STRONG> using a variable argument  list.   The

        third  argument  is a <STRONG>va_list</STRONG>, a pointer to a list of arguments, as de-

        fined in <STRONG>&lt;stdarg.h&gt;</STRONG>.

diff --git a/man/curs_printw.3x b/man/curs_printw.3x

index cd311fe6..72c07010 100644

--- a/man/curs_printw.3x

+++ b/man/curs_printw.3x

@@ -70,7 +70,7 @@ 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

+The \fBvwprintw\fR and \fBvw_printw\fR routines are analogous

 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]