[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/17] man/curs_color.3x: Tweak possibly misleading comment.
From: |
G. Branden Robinson |
Subject: |
[PATCH 06/17] man/curs_color.3x: Tweak possibly misleading comment. |
Date: |
Fri, 13 Oct 2023 18:39:57 -0500 |
Only `reset_color_pairs()` is an extension; a reader might have inferred
that `COLOR_PAIR()` and `PAIR_NUMBER()` were as well.
---
man/curs_color.3x | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/curs_color.3x b/man/curs_color.3x
index 70dabf1b..5f8aaaa5 100644
--- a/man/curs_color.3x
+++ b/man/curs_color.3x
@@ -83,7 +83,7 @@ .SH SYNOPSIS
\fBint extended_color_content(int \fIcolor\fP, int *\fIr\fP, int *\fIg\fP, int
*\fIb\fP);
\fBint extended_pair_content(int \fIpair\fP, int *\fIf\fP, int *\fIb\fP);
.PP
-\fI/* extensions */
+\fI/* extension */
\fBvoid reset_color_pairs(void);
.PP
\fBint COLOR_PAIR(int \fIn\fP);
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 06/17] man/curs_color.3x: Tweak possibly misleading comment.,
G. Branden Robinson <=