summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-15 17:21:58 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:49:17 -0400
commit44f5ef69ef6f1593d481a831d6aa4e035fc2e7bd (patch)
tree367a46a4ebce3da643aa688727eced49ad22e017 /specs
parenteaa1835ba58525c90ffa2dc5a5d409dd9e7a909f (diff)
downloadxorg-lib-libXt-44f5ef69ef6f1593d481a831d6aa4e035fc2e7bd.tar.gz
correct an error from the original document's depiction of escape_char
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r--specs/appB.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/appB.xml b/specs/appB.xml
index 48437fe..9b245cb 100644
--- a/specs/appB.xml
+++ b/specs/appB.xml
@@ -122,7 +122,7 @@ Syntax
</row>
<row>
<entry>quoted_string</entry>
- <entry>= <quote>"</quote> {&lt;Latin 1 character&gt; | escape_char} [&ldquo;\\\\&rdquo; ] <quote>"</quote></entry>
+ <entry>= <quote>"</quote> {&lt;Latin 1 character&gt; | escape_char} [&ldquo;\\"&rdquo; ] <quote>"</quote></entry>
</row>
<row>
<entry>escape_char</entry>
@@ -928,7 +928,7 @@ The canonical representation of a translation table is (see also
</row>
<row>
<entry>quoted_string</entry>
- <entry>= <quote>"</quote> {&lt;Latin 1 character&gt; | escape_char} [&ldquo;\\\\&rdquo; ] <quote>"</quote>
+ <entry>= <quote>"</quote> {&lt;Latin 1 character&gt; | escape_char} [&ldquo;\\"&rdquo; ] <quote>"</quote>
</entry>
</row>
<row>