[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 23/25] Fix which/that grammar nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 23/25] Fix which/that grammar nit. |
Date: |
Thu, 21 Nov 2024 22:23:51 -0600 |
Use "that", not "which", with restrictive clause.
---
doc/bash.1 | 2 +-
lib/readline/doc/readline.3 | 2 +-
lib/readline/doc/rluser.texi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/bash.1 b/doc/bash.1
index 160c7b50..f44d156e 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -6407,7 +6407,7 @@ .SS "Readline Initialization"
.FN \*~/.inputrc .
If that file does not exist or cannot be read, \fBreadline\fP looks for
.FN /etc/inputrc .
-When a program which uses the \fBreadline\fP library starts up,
+When a program that uses the \fBreadline\fP library starts up,
\fBreadline\fP reads the initialization file
and sets the key bindings and variables found there,
before reading any user input.
diff --git a/lib/readline/doc/readline.3 b/lib/readline/doc/readline.3
index 348465fc..a6a0d33e 100644
--- a/lib/readline/doc/readline.3
+++ b/lib/readline/doc/readline.3
@@ -183,7 +183,7 @@ .SH INITIALIZATION FILE
.IR \*~/.inputrc .
If that file does not exist or cannot be read, \fBreadline\fP looks for
.IR /etc/inputrc .
-When a program which uses the \fBreadline\fP library starts up,
+When a program that uses the \fBreadline\fP library starts up,
\fBreadline\fP reads the initialization file
and sets the key bindings and variables found there,
before reading any user input.
diff --git a/lib/readline/doc/rluser.texi b/lib/readline/doc/rluser.texi
index fa046a15..ce90fadc 100644
--- a/lib/readline/doc/rluser.texi
+++ b/lib/readline/doc/rluser.texi
@@ -391,7 +391,7 @@
@xref{Bash Builtins}.
@end ifset
-When a program which uses the Readline library starts up, Readline reads
+When a program that uses the Readline library starts up, Readline reads
the init file and sets any variables and key bindings it contains.
In addition, the @code{C-x C-r} command re-reads this init file, thus
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 23/25] Fix which/that grammar nit.,
G. Branden Robinson <=