From 3d65748dee9a6d2e34b7cafec09b1ec7a6f5eb43 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Thu, 6 Jun 2019 21:01:06 -0400 Subject: correct markup for header- and library-filenames; they are not functions Signed-off-by: Thomas E. Dickey --- specs/CH09.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'specs/CH09.xml') diff --git a/specs/CH09.xml b/specs/CH09.xml index 8f1a5c6..76219db 100644 --- a/specs/CH09.xml +++ b/specs/CH09.xml @@ -84,7 +84,7 @@ sequence “Xt” are reserved to the Intrinsics for future standard and implementation-dependent uses. Widget header files typically contain a symbolic name for each resource name. All resource names, classes, and types used by the Intrinsics are named in -<X11/StringDefs.h>. +<X11/StringDefs.h>. The Intrinsics's symbolic resource names begin with “XtN” and are followed by the string name (for example, XtNbackgroundPixel @@ -370,7 +370,7 @@ The Intrinsics define the following resource types: -<X11/StringDefs.h> +<X11/StringDefs.h> also defines the following resource types as a convenience for widgets, although they do not have any corresponding data type assigned: @@ -1754,7 +1754,7 @@ an input value of representation type Type converters use pointers to XrmValue structures (defined in -<X11/Xresource.h>; +<X11/Xresource.h>; see Section 15.4 in Xlib — C Language X Interface.) for input and output values. @@ -2514,7 +2514,7 @@ and the structure XtConvertArgRec specify how each argument is derived. These are defined in -<X11/Intrinsic.h>. +<X11/Intrinsic.h>. typedef enum { -- cgit v1.2.3