[PATCH] Use proper grave accent character
sebastien peterson boudreau <[email protected]> Sat, 18 Apr 2026 15:55:16 -0300
| Newsgroups | org.kernel.vger.dash |
|---|---|
| Message-ID | <[email protected]> |
--- src/dash.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dash.1 b/src/dash.1 index dbc34c9..f651a03 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -293,12 +293,12 @@ Enclosing characters within double quotes preserves the literal meaning of all characters except dollarsign .Pq $ , backquote -.Pq ` , +.Pq \(ga , and backslash .Pq \e . The backslash inside double quotes is historically weird, and serves to quote only the following characters: -.Dl $ ` \*q \e \*[Lt]newline\*[Gt] . +.Dl $ \(ga \*q \e \*[Lt]newline\*[Gt] . Otherwise it remains literal. .Ss Reserved Words Reserved words are words that have special meaning to the @@ -983,7 +983,7 @@ or version .Pc : .Pp -.Dl `command` +.Dl \(gacommand\(ga .Pp The shell expands the command substitution by executing command in a subshell environment and replacing the command substitution with the -- 2.53.0