[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/22] man/curs_addch.3x: Fix style nits.
From: |
G. Branden Robinson |
Subject: |
[PATCH 03/22] man/curs_addch.3x: Fix style nits. |
Date: |
Sat, 1 Jun 2024 15:21:16 -0500 |
* ncurses.3x defines what a `chtype` is; use that definition in
discussion.
* Drop unnecessary qualifiers from noun phrase.
---
man/curs_addch.3x | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index e818bfb5b..c2bca7c9e 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -134,11 +134,12 @@ .SS waddch
The object or expression
.I ch
may contain attributes and/or a color pair identifier.
-(A character with its attributes can be copied from place to place
-using \fB\%winch\fP(3X) and
+(A
+.I \%chtype
+can be copied from place to place using \fB\%winch\fP(3X) and
.BR \%waddch .)
-See \fB\%curs_attr\fP(3X) for values of predefined video attribute
-constants that can be usefully \*(``or\*(''ed with characters.
+See \fB\%curs_attr\fP(3X) for values of predefined constants that can be
+usefully \*(``or\*(''ed with characters.
.SS wechochar
.B \%echochar
and
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 03/22] man/curs_addch.3x: Fix style nits.,
G. Branden Robinson <=