diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-05 18:36:04 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-05 18:39:31 -0400 |
commit | c9f5ccd2e6c301853ebf1595ca12b377a991a095 (patch) | |
tree | 95c016c1d542d7848d25b385593a0ee647ea7344 /specs/CH09.xml | |
parent | 02bc6c1091fca1beeda6b0d79017c106655e913c (diff) |
fixes for typos and formatting glitches
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH09.xml')
-rw-r--r-- | specs/CH09.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/CH09.xml b/specs/CH09.xml index b90f8f2..8f1a5c6 100644 --- a/specs/CH09.xml +++ b/specs/CH09.xml @@ -658,7 +658,7 @@ static XtResource resources[] = { <para> The complete resource name for a field of a widget instance is the concatenation of the application shell name (from -<function>XtAppCreateShell ),</function> +<function>XtAppCreateShell</function>), the instance names of all the widget's parents up to the top of the widget tree, the instance name of the widget itself, @@ -666,7 +666,7 @@ and the resource name of the specified field of the widget. Similarly, the full resource class of a field of a widget instance is the concatenation of the application class (from -<function>XtAppCreateShell ),</function> +<function>XtAppCreateShell</function>), the widget class names of all the widget's parents up to the top of the widget tree, the widget class name of the widget itself, |