bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 31/52] Drop unnecessary hyphenation control escape sequence from


From: G. Branden Robinson
Subject: [PATCH 31/52] Drop unnecessary hyphenation control escape sequence from "SCREEN".
Date: Fri, 22 Dec 2023 17:06:46 -0600

* man/curs_threads.3x:
* man/panel.3x: Do it.
---
 man/curs_threads.3x | 2 +-
 man/panel.3x        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/curs_threads.3x b/man/curs_threads.3x
index c0675b16c..2f0450b96 100644
--- a/man/curs_threads.3x
+++ b/man/curs_threads.3x
@@ -122,7 +122,7 @@ .SH DESCRIPTION
 .PP
 The \fBuse_window\fP and \fBuse_screen\fP functions provide
 coarse-grained mutexes for their respective \fI\%WINDOW\fP and
-\fI\%SCREEN\fP parameters;
+\fISCREEN\fP parameters;
 they call a user-supplied function,
 pass it a \fIdata\fP parameter,
 and return the value from the user-supplied function to the application.
diff --git a/man/panel.3x b/man/panel.3x
index 6071b29a3..264240e9c 100644
--- a/man/panel.3x
+++ b/man/panel.3x
@@ -109,7 +109,7 @@ .SS bottom_panel
 .SS ceiling_panel
 \fB\%ceiling_panel(\fIsp\fB)\fR
 acts like \fB\%panel_below(NULL)\fP
-for the given \fI\%SCREEN\fP \fIsp\fP.
+for the given \fISCREEN\fP \fIsp\fP.
 .\" ---------
 .SS del_panel
 \fB\%del_panel(\fIpan\fB)\fR
@@ -119,7 +119,7 @@ .SS del_panel
 .SS ground_panel
 \fB\%ground_panel(\fIsp\fB)\fR
 acts like \fB\%panel_above(NULL)\fP
-for the given \fI\%SCREEN\fP \fIsp\fP.
+for the given \fISCREEN\fP \fIsp\fP.
 .\" ---------
 .SS hide_panel
 \fB\%hide_panel(\fIpan\fB)\fR
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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