bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 40/42] Fix missing period at end of sentence.


From: G. Branden Robinson
Subject: [PATCH 40/42] Fix missing period at end of sentence.
Date: Sat, 16 Dec 2023 11:49:10 -0600

* man/curs_add_wch.3x:
* man/curs_addch.3x: Do it.
---
 man/curs_add_wch.3x | 4 ++--
 man/curs_addch.3x   | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index a59cd7a43..12ac9cd58 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -234,8 +234,8 @@ .SH RETURN VALUE
 .bP
 If \fB\%scrollok\fP(3X) is not enabled,
 writing a character at the lower right margin succeeds.
-However, an error is returned because
-it is not possible to wrap to a new line
+However,
+an error is returned because it is not possible to wrap to a new line.
 .bP
 If an error is detected when converting a multibyte character to a sequence
 of bytes,
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 48436acb5..52d1cfea3 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -81,8 +81,8 @@ .SS Adding characters
 .bP
 If \fB\%scrollok\fP(3X) is not enabled,
 writing a character at the lower right margin succeeds.
-However, an error is returned because
-it is not possible to wrap to a new line
+However,
+an error is returned because it is not possible to wrap to a new line.
 .PP
 If \fIch\fP is a tab, newline, carriage return or backspace,
 the cursor is moved appropriately within the window:
@@ -196,8 +196,8 @@ .SH RETURN VALUE
 .bP
 If \fB\%scrollok\fP(3X) is not enabled,
 writing a character at the lower right margin succeeds.
-However, an error is returned because
-it is not possible to wrap to a new line
+However,
+an error is returned because it is not possible to wrap to a new line.
 .bP
 If an error is detected when converting a multibyte character to a sequence
 of bytes,
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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