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 | |
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')
-rw-r--r-- | specs/CH02.xml | 12 | ||||
-rw-r--r-- | specs/CH04.xml | 4 | ||||
-rw-r--r-- | specs/CH06.xml | 2 | ||||
-rw-r--r-- | specs/CH07.xml | 6 | ||||
-rw-r--r-- | specs/appC.xml | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/specs/CH02.xml b/specs/CH02.xml index d617e2c..6e2e163 100644 --- a/specs/CH02.xml +++ b/specs/CH02.xml @@ -2300,7 +2300,7 @@ class <emphasis remap='I'>Class</emphasis>.Screen where <emphasis remap='I'>Clas <emphasis remap='I'>application_class</emphasis> if <emphasis remap='I'>widget_class</emphasis> is <function>applicationShellWidgetClass</function> or a subclass thereof. If <emphasis remap='I'>widget_class</emphasis> is not -<function>application\%Shell\%Widget\%Class</function> +<function>applicationShellWidgetClass</function> or a subclass, <emphasis remap='I'>Class</emphasis> is the <emphasis remap='I'>class_name</emphasis> field from the <function>CoreClassPart</function> @@ -3349,11 +3349,11 @@ maps the widget window. <xref linkend='XtVaCreateWidget' xrefstyle='select: title'/>, <xref linkend='XtRealizeWidget' xrefstyle='select: title'/>, <xref linkend='XtManageChildren' xrefstyle='select: title'/>, -<function>XtUnmanage\%Children</function>, +<function>XtUnmanageChildren</function>, <xref linkend='XtUnrealizeWidget' xrefstyle='select: title'/>, <xref linkend='XtSetMappedWhenManaged' xrefstyle='select: title'/>, and -<function>XtDestroy\%Widget</function> +<function>XtDestroyWidget</function> maintain the following invariants: </para> <itemizedlist spacing='compact'> @@ -4181,7 +4181,7 @@ specified: <listitem> <para> If the widget is not a pop-up child and the widget's parent is a subclass of -<function>composite\%WidgetClass</function>, +<function>compositeWidgetClass</function>, and if the parent is not being destroyed, it calls <xref linkend='XtUnmanageChild' xrefstyle='select: title'/> @@ -4208,7 +4208,7 @@ widget in postorder: <listitem> <para> If the widget is not a pop-up child and the widget's parent is a subclass of -<function>constraint\%WidgetClass</function>, +<function>constraintWidgetClass</function>, it calls the <function>ConstraintClassPart</function> destroy procedure for the parent, @@ -4416,7 +4416,7 @@ This constraint destroy procedure pointer is of type <xref linkend='XtWidgetProc' xrefstyle='select: title'/>. The constraint destroy procedures are called in subclass-to-superclass order, starting at the class of the widget's parent and ending at -<function>constraint\%WidgetClass</function>. +<function>constraintWidgetClass</function>. Therefore, a parent's constraint destroy procedure should deallocate only storage that is specific to the constraint subclass and not storage allocated by any of its superclasses. diff --git a/specs/CH04.xml b/specs/CH04.xml index 4c3f140..75110c6 100644 --- a/specs/CH04.xml +++ b/specs/CH04.xml @@ -918,7 +918,7 @@ is implementation-defined. <para> The resource names, classes, and representation types that are specified in the -<function>transient\%ShellClassRec</function> +<function>transientShellClassRec</function> resource list are: </para> @@ -986,7 +986,7 @@ resource list are: <para> The resource names, classes, and representation types that are specified in the -<function>application\%ShellClassRec</function> +<function>applicationShellClassRec</function> resource list are: </para> 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'/>. diff --git a/specs/CH07.xml b/specs/CH07.xml index bd1208c..79b2c8f 100644 --- a/specs/CH07.xml +++ b/specs/CH07.xml @@ -242,7 +242,7 @@ type <listitem> <para> Passes the client data argument that was registered for this procedure in -<function>XtApp\%AddInput</function>. +<function>XtAppAddInput</function>. </para> </listitem> </varlistentry> @@ -404,7 +404,7 @@ are of type <listitem> <para> Passes the client data argument that was registered for this procedure in -<function>XtApp\%AddBlockHook</function>. +<function>XtAppAddBlockHook</function>. </para> </listitem> </varlistentry> @@ -546,7 +546,7 @@ type <listitem> <para> Passes the client data argument that was registered for this procedure in -<function>XtApp\%AddTimeOut</function>. +<function>XtAppAddTimeOut</function>. </para> </listitem> </varlistentry> 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'/> |