diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-15 05:01:33 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:48:47 -0400 |
commit | 1474d2e826773f3f5aa61ef2ad827c977ee5d084 (patch) | |
tree | 7e646008071e767221d956799b353e376916f438 /specs/appC.xml | |
parent | df21efb1cfaea8d46135f830817e4170605bffc0 (diff) |
The conversion to xml overlooked the nroff document's use of "\%" for
hyphenation (remove those).
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/appC.xml')
-rw-r--r-- | specs/appC.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/appC.xml b/specs/appC.xml index bab8943..98b7320 100644 --- a/specs/appC.xml +++ b/specs/appC.xml @@ -202,7 +202,7 @@ with <emphasis remap='I'>display_string</emphasis> NULL and <emphasis remap='I'>application_name</emphasis> NULL, and finally calls <xref linkend='XtAppCreateShell' xrefstyle='select: title'/> with <emphasis remap='I'>application_name</emphasis> NULL, <emphasis remap='I'>widget_class</emphasis> -<function>application\%Shell\%Widget\%Class</function>, +<function>applicationShellWidgetClass</function>, and the specified <emphasis remap='I'>args</emphasis> and <emphasis remap='I'>num_args</emphasis> and returns the created shell. The modified <emphasis remap='I'>argc</emphasis> and <emphasis remap='I'>argv</emphasis> returned by <xref linkend='XtDisplayInitialize' xrefstyle='select: title'/> |