bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 06/15] man/curs_addwstr.3x: Fix style nits.


From: G. Branden Robinson
Subject: [PATCH 06/15] man/curs_addwstr.3x: Fix style nits.
Date: Sat, 20 Jul 2024 11:19:37 -0500

* Refer to function parameter specifically.
* Favor active voice over passive.
---
 man/curs_addwstr.3x | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/man/curs_addwstr.3x b/man/curs_addwstr.3x
index a7f54863a..6e125a761 100644
--- a/man/curs_addwstr.3x
+++ b/man/curs_addwstr.3x
@@ -84,8 +84,10 @@ .SH DESCRIPTION
 .IR wstr ,
 then calling \fB\%wadd_wch\fP(3X) with the resulting
 .IR cchar_t .
-Spacing and non-spacing characters in the string
-are processed one at a time.
+.I curses
+processes spacing and non-spacing characters in
+.I wstr
+one at a time.
 .PP
 .B waddnwstr
 is similar,
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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