bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 1/9] man/clear.1: Adopt improved double-quote string definitions.


From: G. Branden Robinson
Subject: [PATCH 1/9] man/clear.1: Adopt improved double-quote string definitions.
Date: Mon, 25 Sep 2023 14:59:57 -0500

Also use empty requests to more clearly arrange discrete elements of
*roff logic.
---
 man/clear.1 | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/man/clear.1 b/man/clear.1
index 7b620fe8..d16e64be 100644
--- a/man/clear.1
+++ b/man/clear.1
@@ -50,10 +50,18 @@
 .ie n  .in -4
 .el    .in -2
 ..
-.ie \n(.g .ds `` \(lq
-.el       .ds `` ``
-.ie \n(.g .ds '' \(rq
-.el       .ds '' ''
+.
+.ie \n(.g \{\
+.ds `` \(lq
+.ds '' \(rq
+.\}
+.el \{\
+.ie t .ds `` ``
+.el   .ds `` ""
+.ie t .ds '' ''
+.el   .ds '' ""
+.\}
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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