diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-15 17:13:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:48:58 -0400 |
commit | cbf4dd22eedc33309efacfb2a1a795debdd44b3b (patch) | |
tree | 1482e541ab88ad2d69ef98148f7c123de5c53dfb /specs/appB.xml | |
parent | 1474d2e826773f3f5aa61ef2ad827c977ee5d084 (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.xml | 8 |
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>= [ "^" | "$" | "\\\\" ] <ISO Latin 1 character></entry> + <entry>= [ "^" | "$" | "\\" ] <ISO Latin 1 character></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> |