docs: fix percentage sign escape character

(Patch taken from Debian packaging.)
This commit is contained in:
David Adam (zanchey) 2012-06-18 23:00:50 +08:00 committed by ridiculousfish
parent 9228dffe5e
commit 08e78e63cf

View file

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