summaryrefslogtreecommitdiff
path: root/specs/CH01.xml
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-06-13 21:21:40 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-06-13 21:27:04 -0400
commitc33fc7df82276b3dd06428d8ac34be39b6e1afd6 (patch)
tree7457a3a108c66ca9d408cd040332f9f8c0c66276 /specs/CH01.xml
parent880876ba1aff9cf56d574d2bf486856f5bf20107 (diff)
downloadxorg-lib-libXt-c33fc7df82276b3dd06428d8ac34be39b6e1afd6.tar.gz
fix some more errata, plus reformat a list for consistency
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH01.xml')
-rw-r--r--specs/CH01.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index e208a3c..579e1ff 100644
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -1757,8 +1757,8 @@ static XtResource resources[] = {
static void ClassInitialize(void);
static void Initialize(Widget, Widget, ArgList, Cardinal*);
static void Realize(Widget, XtValueMask*, XSetWindowAttributes*);
-static void SetText();
-static void GetText();
+static void SetText(Widget, String);
+static void GetText(Widget);
.
.
.
@@ -2705,7 +2705,7 @@ header file for a widget class should provide a symbolic constant for
subclasses to use to initialize this field.
The <emphasis remap='I'>record_size</emphasis> field value includes the four common header fields and
should normally be initialized with
-<function>sizeof ().</function>
+<function>sizeof().</function>
</para>
<para>