bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 37/52] man/curs_addch.3x: Lightly recast.


From: G. Branden Robinson
Subject: [PATCH 37/52] man/curs_addch.3x: Lightly recast.
Date: Fri, 22 Dec 2023 17:08:06 -0600

---
 man/curs_addch.3x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 6db441985..71fad8660 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -70,7 +70,7 @@ .SS "Adding Characters"
 The \fBaddch\fP, \fBwaddch\fP, \fBmvaddch\fP and \fBmvwaddch\fP routines put
 the character \fIch\fP into the given window at its current window position,
 which is then advanced.
-They are analogous to \fI\%putchar\fP(3) in \fI\%stdio\fP(3).
+They are analogous to the standard C library's \fI\%putchar\fP(3).
 If the advance is at the right margin:
 .bP
 The cursor automatically wraps to the beginning of the next line.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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