aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2012-06-18 23:00:50 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-18 14:01:22 -0700
commit08e78e63cf3e8a6c2c11528877554a8322396fe6 (patch)
treeb6420cf674dcc0e68c4a304f74af2936f91bb213 /doc_src
parent9228dffe5e47b1248844e6ec353efd610920c829 (diff)
docs: fix percentage sign escape character
(Patch taken from Debian packaging.)
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 4f773e23..84eb58cd 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -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