From 9fdb973012de80ac60dbc59c39162f4e839fc5a4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 6 Jul 2014 12:15:23 -0700 Subject: [PATCH] specs/XKB: Convert header filenames to filename tags Signed-off-by: Alan Coopersmith --- specs/XKB/ch02.xml | 26 +++++++++++++------------- specs/XKB/ch04.xml | 9 +++++---- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/specs/XKB/ch02.xml b/specs/XKB/ch02.xml index b626a432..9b00d4df 100644 --- a/specs/XKB/ch02.xml +++ b/specs/XKB/ch02.xml @@ -8,40 +8,40 @@ The following include files are part of the Xkb standard: -<X11/XKBlib.h> +<X11/XKBlib.h> - XKBlib.h + XKBlib.h is the main header file for Xkb; it declares constants, types, and functions. -<X11/extensions/XKBstr.h> +<X11/extensions/XKBstr.h> -XKBstr.h declares types and +XKBstr.h declares types and constants for Xkb. It is included automatically from -<X11/XKBlib.h> +<X11/XKBlib.h> ; you should never need to reference it directly in your application code. -<X11/extensions/XKB.h> +<X11/extensions/XKB.h> -XKB.h -defines constants for Xkb. It is included automatically from -<X11/XKBstr.h> +XKB.h +defines constants for Xkb. It is included automatically from +<X11/XKBstr.h> ; you should never need to reference it directly in your application code. -<X11/extensions/XKBgeom.h> +<X11/extensions/XKBgeom.h> - XKBgeom.h + XKBgeom.h declares types, symbolic constants, and functions for manipulating keyboard geometry descriptions. @@ -51,8 +51,8 @@ keyboard geometry descriptions. Extension Name -The name of the Xkb extension is given in -<X11/extensions/Xkb.h>: +The name of the Xkb extension is given in +<X11/extensions/Xkb.h>: diff --git a/specs/XKB/ch04.xml b/specs/XKB/ch04.xml index 223b4449..cce884ed 100644 --- a/specs/XKB/ch04.xml +++ b/specs/XKB/ch04.xml @@ -61,15 +61,16 @@ XkbQueryExtension XkbOpenDisplay . The second field is the Xkb event type, which contains a value uniquely identifying each different Xkb event type. Possible values are defined by -constants declared in the header file <X11/extensions/Xkb.h>. +constants declared in the header file +<X11/extensions/Xkb.h>. Table 4.1 lists the categories of events defined by Xkb and their associated -event types, as defined in -Xkb.h -. Each event is described in more detail in the section referenced for that +event types, as defined in +Xkb.h. +Each event is described in more detail in the section referenced for that event.