mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
docs: fix percentage sign escape character
(Patch taken from Debian packaging.)
This commit is contained in:
parent
9228dffe5e
commit
08e78e63cf
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ these characters, so called escape sequences are provided. These are:
|
|||
- <code>'\\*'</code>, escapes the star character
|
||||
- <code>'\\?'</code>, escapes the question mark character
|
||||
- <code>'\\~'</code>, escapes the tilde character
|
||||
- <code>'\\%'</code>, escapes the percent character
|
||||
- <code>'\\%%'</code>, escapes the percent character
|
||||
- <code>'\\#'</code>, escapes the hash character
|
||||
- <code>'\\('</code>, escapes the left parenthesis character
|
||||
- <code>'\\)'</code>, escapes the right parenthesis character
|
||||
|
|
Loading…
Reference in a new issue