summaryrefslogtreecommitdiff
path: root/specs/appB.xml
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-15 17:13:05 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:48:58 -0400
commitcbf4dd22eedc33309efacfb2a1a795debdd44b3b (patch)
tree1482e541ab88ad2d69ef98148f7c123de5c53dfb /specs/appB.xml
parent1474d2e826773f3f5aa61ef2ad827c977ee5d084 (diff)
trim spurious backslashes from translation of nroff to docbook xml
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/appB.xml')
-rw-r--r--specs/appB.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/appB.xml b/specs/appB.xml
index ec87056..ef67404 100644
--- a/specs/appB.xml
+++ b/specs/appB.xml
@@ -54,11 +54,11 @@ Syntax
</row>
<row>
<entry>directive</entry>
- <entry>= ( "#replace" | "#override" | "#augment" ) "\\\\n"</entry>
+ <entry>= ( "#replace" | "#override" | "#augment" ) "\\n"</entry>
</row>
<row>
<entry>production</entry>
- <entry>= lhs ":" rhs "\\\\n"</entry>
+ <entry>= lhs ":" rhs "\\n"</entry>
</row>
<row>
<entry>lhs</entry>
@@ -70,7 +70,7 @@ Syntax
</row>
<row>
<entry>keychar</entry>
- <entry>= [ "^" | "$" | "\\\\" ] &lt;ISO Latin 1 character&gt;</entry>
+ <entry>= [ "^" | "$" | "\\" ] &lt;ISO Latin 1 character&gt;</entry>
</row>
<row>
<entry>event</entry>
@@ -142,7 +142,7 @@ The <emphasis remap='I'>params</emphasis> field is parsed into a list of
values that will be passed to the named action procedure. A
<emphasis remap='I'>quoted string</emphasis> may contain an embedded quotation mark if the
quotation mark is preceded by a single backslash (\). The
-three-character sequence "\\\"" is interpreted as "single backslash
+three-character sequence "\\"" is interpreted as "single backslash
followed by end-of-string".
</para>
<para><emphasis role='strong'>Modifier Names</emphasis></para>