[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 9/9] doc/bash.1: Resync w/ lib/readline/doc/readline.3.
From: |
G. Branden Robinson |
Subject: |
[PATCH 9/9] doc/bash.1: Resync w/ lib/readline/doc/readline.3. |
Date: |
Mon, 16 Dec 2024 11:48:57 -0600 |
Break lines in similar places; this eases diffing.
Apply wording change that didn't get reflected in bash.1, and correct
inadvertently boldfaced text.
Favor man(7) font selection/alternation macros over roff(7) font
selection escape sequences.
---
doc/bash.1 | 15 ++++++++++-----
lib/readline/doc/readline.3 | 15 ++++++++++-----
2 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/doc/bash.1 b/doc/bash.1
index e82c5329..fc4e054b 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -7537,13 +7537,18 @@ .SS "Readline Command Names"
\fBset\-mark\fP command.
The text between the point and mark is referred to as the \fIregion\fP.
.B Readline
-has the concept of an \fIactive region\fP:
-when the region is active, \fBreadline\fP redisplay
-highlights the region using the value of the
+has the concept of an
+.IR "active region" :
+when the region is active,
+.B readline
+redisplay highlights the region using the value of the
.B active\-region\-start\-color
variable.
-The \fBenable\-active\-region\fP \fBreadline\fP variable turns this on and off.
-Several commands set the region to active; those are noted below.
+The
+.B enable\-active\-region
+variable turns this on and off.
+Several commands set the region to active;
+those are noted below.
.SS Commands for Moving
.PD 0
.TP
diff --git a/lib/readline/doc/readline.3 b/lib/readline/doc/readline.3
index fa1b1413..794ad757 100644
--- a/lib/readline/doc/readline.3
+++ b/lib/readline/doc/readline.3
@@ -999,13 +999,18 @@ .SH EDITING COMMANDS
\fBset\-mark\fP command.
The text between the point and mark is referred to as the \fIregion\fP.
.B Readline
-has the concept of an \fIactive region\fP:
-when the region is active, \fBreadline\fP redisplay
-highlights the region using the value of the
+has the concept of an
+.IR "active region" :
+when the region is active,
+.B readline
+redisplay highlights the region using the value of the
.B active\-region\-start\-color
variable.
-The \fBenable\-active\-region\fP variable turns this on and off.
-Several commands set the region to active; those are noted below.
+The
+.B enable\-active\-region
+variable turns this on and off.
+Several commands set the region to active;
+those are noted below.
.SS Commands for Moving
.PD 0
.TP
--
2.30.2
signature.asc
Description: PGP signature
- [PATCH 9/9] doc/bash.1: Resync w/ lib/readline/doc/readline.3.,
G. Branden Robinson <=