summaryrefslogtreecommitdiff
path: root/specs/CH06.xml
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-15 05:01:33 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:48:47 -0400
commit1474d2e826773f3f5aa61ef2ad827c977ee5d084 (patch)
tree7e646008071e767221d956799b353e376916f438 /specs/CH06.xml
parentdf21efb1cfaea8d46135f830817e4170605bffc0 (diff)
downloadxorg-lib-libXt-1474d2e826773f3f5aa61ef2ad827c977ee5d084.tar.gz
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/CH06.xml')
-rw-r--r--specs/CH06.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CH06.xml b/specs/CH06.xml
index 0985e79..f1aaf3e 100644
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -32,7 +32,7 @@ their children will never make a geometry request.
Parents, children, and clients each initiate geometry changes differently.
Because a parent has absolute control of its children's geometry,
it changes the geometry directly by calling
-<function>XtMove\%Widget</function>,
+<function>XtMoveWidget</function>,
<xref linkend='XtResizeWidget' xrefstyle='select: title'/>,
or
<xref linkend='XtConfigureWidget' xrefstyle='select: title'/>.