[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 15/25] lib/readline/doc/*.3: Use local `Q` macro for quotation.
From: |
G. Branden Robinson |
Subject: |
[PATCH 15/25] lib/readline/doc/*.3: Use local `Q` macro for quotation. |
Date: |
Thu, 21 Nov 2024 22:22:11 -0600 |
---
lib/readline/doc/history.3 | 8 ++++++--
lib/readline/doc/readline.3 | 4 +++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/lib/readline/doc/history.3 b/lib/readline/doc/history.3
index e236bb15..381d1fb5 100644
--- a/lib/readline/doc/history.3
+++ b/lib/readline/doc/history.3
@@ -651,7 +651,9 @@ .SS History Expansion
specifier. At function entry, \fIcindex\fP points to the index into
\fIstring\fP where the history event specification begins. \fIqchar\fP
is a character that is allowed to end the event specification in addition
-to the ``normal'' terminating characters.
+to the
+.Q normal
+terminating characters.
.PP
.F1 "char **" history_tokenize "const char *string"
Return an array of tokens parsed out of \fIstring\fP, much as the
@@ -780,7 +782,9 @@ .SH BUG REPORTS
Once you have determined that a bug actually exists, mail a
bug report to \fIbug\-readline\fP@\fIgnu.org\fP.
If you have a fix, you are welcome to mail that
-as well! Suggestions and `philosophical' bug reports may be mailed
+as well! Suggestions and
+.Q philosophical
+bug reports may be mailed
to \fIbug\-readline\fP@\fIgnu.org\fP or posted to the Usenet
newsgroup
.BR gnu.bash.bug .
diff --git a/lib/readline/doc/readline.3 b/lib/readline/doc/readline.3
index e55df6ca..35fa4337 100644
--- a/lib/readline/doc/readline.3
+++ b/lib/readline/doc/readline.3
@@ -1881,7 +1881,9 @@ .SH BUG REPORTS
Once you have determined that a bug actually exists, mail a
bug report to \fIbug\-readline\fP@\fIgnu.org\fP.
If you have a fix, you are welcome to mail that
-as well! Suggestions and `philosophical' bug reports may be mailed
+as well! Suggestions and
+.Q philosophical
+bug reports may be mailed
to \fPbug-readline\fP@\fIgnu.org\fP or posted to the Usenet
newsgroup
.BR gnu.bash.bug .
--
2.30.2
signature.asc
Description: PGP signature
- [PATCH 15/25] lib/readline/doc/*.3: Use local `Q` macro for quotation.,
G. Branden Robinson <=