diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-06-13 19:05:55 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-06-13 21:26:55 -0400 |
commit | 880876ba1aff9cf56d574d2bf486856f5bf20107 (patch) | |
tree | ec55f456ed4c9f402d474dd9109a4d0f27d55509 /specs/CH06.xml | |
parent | 86073013496a2f45ebde242001e82cf5049d51cd (diff) |
fix some punctuation errata
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH06.xml')
-rw-r--r-- | specs/CH06.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CH06.xml b/specs/CH06.xml index 5e5b090..f0e45f6 100644 --- a/specs/CH06.xml +++ b/specs/CH06.xml @@ -613,7 +613,7 @@ The geometry_manager procedure pointer in a composite widget class is of type <funcsynopsis id='XtGeometryHandler'> <funcprototype> -<funcdef>typedef XtGeometryResult <function>*XtGeometryHandler</function></funcdef> +<funcdef>typedef XtGeometryResult *<function>XtGeometryHandler</function></funcdef> <paramdef>Widget <parameter>w</parameter></paramdef> <paramdef>XtWidgetGeometry *<parameter>request</parameter></paramdef> <paramdef>XtWidgetGeometry *<parameter>geometry_return</parameter></paramdef> |