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/CH02.xml | |
parent | 86073013496a2f45ebde242001e82cf5049d51cd (diff) |
fix some punctuation errata
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH02.xml')
-rw-r--r-- | specs/CH02.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/CH02.xml b/specs/CH02.xml index 13333ac..52df96b 100644 --- a/specs/CH02.xml +++ b/specs/CH02.xml @@ -3770,7 +3770,7 @@ will be of class Object or a subclass. <funcsynopsis id='XtScreen'> <funcprototype> - <funcdef>Screen <function>*XtScreen</function></funcdef> + <funcdef>Screen *<function>XtScreen</function></funcdef> <paramdef>Widget <parameter>w</parameter></paramdef> </funcprototype> </funcsynopsis> @@ -3830,7 +3830,7 @@ and <funcsynopsis id='XtDisplayOfObject'> <funcprototype> - <funcdef>Display <function>*XtDisplayOfObject</function></funcdef> + <funcdef>Display *<function>XtDisplayOfObject</function></funcdef> <paramdef>Widget <parameter>w</parameter></paramdef> </funcprototype> </funcsynopsis> @@ -3861,7 +3861,7 @@ Widget or a subclass thereof. <funcsynopsis id='XtScreenOfObject'> <funcprototype> - <funcdef>Screen <function>*XtScreenOfObject</function></funcdef> + <funcdef>Screen *<function>XtScreenOfObject</function></funcdef> <paramdef>Widget <parameter>object</parameter></paramdef> </funcprototype> </funcsynopsis> |