diff options
author | Jochen Voss <voss@debian.org> | 2007-05-30 09:35:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-05-30 09:35:06 -0700 |
commit | 8f8a87978ba53597f89fde2e439f257a2bfea0b7 (patch) | |
tree | 4ba230c62663c5ac192aa5e11aa6109e6449048a | |
parent | 9707b3c3990690ea699cd1c2331ac9929e5c12e6 (diff) |
Bug 11104: misprint in xlib manual, broken example in X Toolkit intrinsics, etc.
X.Org Bugzilla #11104 <http://bugs.freedesktop.org/show_bug.cgi?id=11104>
Patch #10137 <http://bugs.freedesktop.org/attachment.cgi?id=10137>
Contributed upstream from Debian's 023_specs_doc_fixes.diff
-rw-r--r-- | specs/X11/CH13 | 2 | ||||
-rw-r--r-- | specs/Xt/CH01 | 6 | ||||
-rw-r--r-- | specs/Xt/CH13 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/specs/X11/CH13 b/specs/X11/CH13 index 539743c..ed143c6 100644 --- a/specs/X11/CH13 +++ b/specs/X11/CH13 @@ -922,7 +922,7 @@ Until freed, its contents will not be modified by Xlib. .NH 4 Query Orientation .XS -\(*SN Query Orientation +\*(SN Query Orientation .XE .LP The diff --git a/specs/Xt/CH01 b/specs/Xt/CH01 index 3d09eef..78f128b 100644 --- a/specs/Xt/CH01 +++ b/specs/Xt/CH01 @@ -235,7 +235,7 @@ Core Widgets \*(SN Core Widgets .XE .LP -.IN "Core" "" "@DEF" +.IN "Core" "" "@DEF@" The Core widget class contains the definitions of fields common to all widgets. @@ -306,7 +306,7 @@ and .PN CoreWidgetClass are defined with only this set of fields. .LP -.IN "Core" "" "@DEF@" +.IN "Core" .IN "WidgetClass" "" "@DEF@" .IN "CoreWidgetClass" "" "@DEF@" .sM @@ -1701,7 +1701,7 @@ void LabelSetText(w, text) Widget w; String text; { - Label WidgetClass lwc = (Label WidgetClass)XtClass(w); + LabelWidgetClass lwc = (Label WidgetClass)XtClass(w); XtCheckSubclass(w, labelWidgetClass, NULL); *(lwc->label_class.set_text)(w, text) } diff --git a/specs/Xt/CH13 b/specs/Xt/CH13 index 401f3d4..8c944a6 100644 --- a/specs/Xt/CH13 +++ b/specs/Xt/CH13 @@ -298,7 +298,7 @@ written under Release 3 will not encounter unexpected errors if an application attempts to create a nonwidget child. In Release 4 there is no requirement that all composite widgets implement the extra functionality required to manage windowless children, so the -\fIaccept_objects\fP field allows a composite widget to declare that it +\fIaccepts_objects\fP field allows a composite widget to declare that it is not prepared to do so. .NH 2 |