---
 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

Attachment: signature.asc
Description: PGP signature

Reply via email to