[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/25] doc/bashref.texi: Use typesetter's quotation marks.
From: |
G. Branden Robinson |
Subject: |
[PATCH 08/25] doc/bashref.texi: Use typesetter's quotation marks. |
Date: |
Thu, 21 Nov 2024 22:20:52 -0600 |
---
doc/bashref.texi | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/bashref.texi b/doc/bashref.texi
index e8db1bfe..ffaa863b 100644
--- a/doc/bashref.texi
+++ b/doc/bashref.texi
@@ -7068,9 +7068,10 @@ @node Top
The @samp{numeric} specifier treats names consisting solely of digits as
numbers and sorts them using their numeric value
-(so "2"
+(so
+``2''
will sort before
- "10", for example).
+``10'', for example).
When using @samp{numeric}, names containing non-digits sort after all
the all-digit names and are sorted by name using the traditional
behavior.
@@ -7100,7 +7101,7 @@ @node Top
The first character is the @dfn{history expansion} character,
the character which begins a history expansion, normally
@samp{!}.
-The second character is the "quick substitution" character, normally
+The second character is the ``quick substitution'' character, normally
@samp{^}.
When it appears as the first character on the line,
history substitution repeats the previous command,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 08/25] doc/bashref.texi: Use typesetter's quotation marks.,
G. Branden Robinson <=