Control: tags -1 + patch

On 2023-09-27 21:10 +0200, наб wrote:

> Package: ncurses-doc
> Version: 6.4-4
> Severity: normal
> File: /usr/share/man/man3/attr.3ncurses.gz
>
> Dear Maintainer,
>
> All other functions' ); is bold, but this wcolor_set's is italic;
> this appears to just be a missing \fB:
>   \fBint color_set(short \fIpair\fB, void* \fIopts\fB);\fR
>   .br
>   \fBint wcolor_set(WINDOW *\fIwin\fB, short \fIpair\fB,\fR \fBvoid* 
> \fIopts);\fR
>   .sp
>   \fBint standend(void);\fP

Your observation and diagnosis looks correct to me.  Thomas, could you
please apply the attached patch upstream?

Cheers,
       Sven

diff --git a/man/curs_attr.3x b/man/curs_attr.3x
index e6db84bf..ac010530 100644
--- a/man/curs_attr.3x
+++ b/man/curs_attr.3x
@@ -129,7 +129,7 @@ manipulate attributes of character cells in \fIcurses\fR windows
 .sp
 \fBint color_set(short \fIpair\fB, void* \fIopts\fB);\fR
 .br
-\fBint wcolor_set(WINDOW *\fIwin\fB, short \fIpair\fB,\fR \fBvoid* \fIopts);\fR
+\fBint wcolor_set(WINDOW *\fIwin\fB, short \fIpair\fB,\fR \fBvoid* \fIopts\fB);\fR
 .sp
 \fBint standend(void);\fP
 .br

Reply via email to