summaryrefslogtreecommitdiff
path: root/specs/Template_widget_source_file.xml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 14:49:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 15:17:59 -0800
commit7e982604b4afaf1208dfc5e57e37740bf515e487 (patch)
treed34175e9a4a2392052dc908e1e5e94bdf7400c89 /specs/Template_widget_source_file.xml
parente395fd92c8f74c04dc33e6fc9568ef5d80221ca6 (diff)
downloadxorg-lib-libXaw-7e982604b4afaf1208dfc5e57e37740bf515e487.tar.gz
specs: replace nroff 1/6th-em space (\|) with Unicode entity (&#x2006;)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/Template_widget_source_file.xml')
-rw-r--r--specs/Template_widget_source_file.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/Template_widget_source_file.xml b/specs/Template_widget_source_file.xml
index 62ad1b6..ca00e56 100644
--- a/specs/Template_widget_source_file.xml
+++ b/specs/Template_widget_source_file.xml
@@ -40,7 +40,7 @@ static XtActionsRec actions[] =
};
static char translations[] =
-" &lt;Key&gt;: template(\|) \\n\\
+" &lt;Key&gt;: template(&#x2006;) \\n\\
";
TemplateClassRec templateClassRec = {
@@ -140,8 +140,8 @@ and the default input binding will be to execute the input callbacks on
</para>
<literallayout class="monospaced">
static char translations[] =
-" &lt;Key&gt;: input(\|) \\n\\
- &lt;BtnDown&gt;: input(\|) \\
+" &lt;Key&gt;: input(&#x2006;) \\n\\
+ &lt;BtnDown&gt;: input(&#x2006;) \\
";
</literallayout>
<!-- .CE -->