[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 141/177] man/curs_slk.3x: Revise "EXTENSIONS" section.
From: |
G. Branden Robinson |
Subject: |
[PATCH 141/177] man/curs_slk.3x: Revise "EXTENSIONS" section. |
Date: |
Mon, 13 Jan 2025 11:39:29 -0600 |
Style:
* Favor "ncurses" over "this implementation".
Markup:
* Favor man(7) font style macros over *roff font selection escape
sequences, except for man page cross references (because
man/make_sed.sh recognizes only certain patterns when rewriting such
cross references) and terms in the "NAME" section (because the
generated edit_man.sh script expects font selection escape sequences
when scraping terms thence to gather names for man page aliases).
---
man/curs_slk.3x | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/man/curs_slk.3x b/man/curs_slk.3x
index 6750aeced..388f04844 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -270,12 +270,15 @@ .SH NOTES
Most applications would use \fB\%slk_noutrefresh\fP because a
\fB\%wrefresh\fP is likely to follow soon.
.SH EXTENSIONS
-X/Open Curses documents the \fIopts\fP argument
-as reserved for future use,
-saying that it must be null.
-This implementation
-uses that parameter in ABI 6 for the functions which have a color pair
-parameter to support extended color pairs.
+X/Open Curses documents the
+.I opts
+argument as reserved for future use,
+saying that it must be a null pointer.
+The
+.IR \%ncurses\ 6
+ABI uses it
+for the functions that accept a color pair parameter
+to support extended color pairs.
.PP
For functions which modify the color,
e.g.,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 141/177] man/curs_slk.3x: Revise "EXTENSIONS" section.,
G. Branden Robinson <=