From 84b59ae0be181a358ce64802f8e6da2561bbd7b5 Mon Sep 17 00:00:00 2001 From: Phidica Veia Date: Tue, 31 Jan 2017 16:51:13 +1030 Subject: [PATCH] Add vertical bar escape `\|` to documentation Fixes #3794 --- doc_src/index.hdr.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 8994a0cb4..5358b1862 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -106,6 +106,7 @@ Some characters can not be written directly on the command line. For these chara - '\\\>' escapes the more than character - '\\^' escapes the circumflex character - '\\&' escapes the ampersand character +- '\\|' escapes the vertical bar character - '\\;' escapes the semicolon character - '\\"' escapes the quote character - '\\'' escapes the apostrophe character