[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 22/25] doc/bash.1: Drop extraneous interword spaces.
From: |
G. Branden Robinson |
Subject: |
[PATCH 22/25] doc/bash.1: Drop extraneous interword spaces. |
Date: |
Thu, 21 Nov 2024 22:23:42 -0600 |
---
doc/bash.1 | 4 ++--
doc/bashref.texi | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/bash.1 b/doc/bash.1
index dd58e0d1..160c7b50 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -4102,7 +4102,7 @@ .SS Word Splitting
and passed to commands as empty strings.
Unquoted implicit null arguments, resulting from the expansion of
parameters that have no values, are removed.
-Expanding a parameter with no value within double quotes
+Expanding a parameter with no value within double quotes
produces a null field,
which is retained and passed to a command as an empty string.
.PP
@@ -6660,7 +6660,7 @@ .SS "Readline Variables"
\fBOff\fP.
.PP
The \fBbind \-V\fP command lists the current \fBreadline\fP variable names
-and values (see
+and values (see
.SM
.B "SHELL BUILTIN COMMANDS"
below).
diff --git a/doc/bashref.texi b/doc/bashref.texi
index 74581695..17c642ce 100644
--- a/doc/bashref.texi
+++ b/doc/bashref.texi
@@ -2944,7 +2944,7 @@ @node Top
and passed to commands as empty strings.
Unquoted implicit null arguments, resulting from the expansion of
parameters that have no values, are removed.
-Expanding a parameter with no value within double quotes
+Expanding a parameter with no value within double quotes
produces a null field,
which is retained and passed to a command as an empty string.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 22/25] doc/bash.1: Drop extraneous interword spaces.,
G. Branden Robinson <=