From a3d1152bc4b300f59ea2f08925739aab1ebfbc4e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 7 Jun 2011 18:37:41 -0700 Subject: specs/libX11: Turn chapter references into links Signed-off-by: Alan Coopersmith --- specs/libX11/AppD.xml | 2 +- specs/libX11/CH01.xml | 13 ++++++++----- specs/libX11/CH02.xml | 4 +++- specs/libX11/CH03.xml | 7 ++++--- specs/libX11/CH04.xml | 5 +++-- specs/libX11/CH10.xml | 5 +++-- specs/libX11/CH14.xml | 3 ++- specs/libX11/CH16.xml | 3 ++- 8 files changed, 26 insertions(+), 16 deletions(-) (limited to 'specs') diff --git a/specs/libX11/AppD.xml b/specs/libX11/AppD.xml index cacf1afd..3c8af3f6 100644 --- a/specs/libX11/AppD.xml +++ b/specs/libX11/AppD.xml @@ -1051,7 +1051,7 @@ geometry specifications. The XGetDefault function provides a primitive interface to the resource manager facilities -discussed in chapter 15. +discussed in chapter 15. It is only useful in very simple applications. diff --git a/specs/libX11/CH01.xml b/specs/libX11/CH01.xml index c2132e43..21750aba 100644 --- a/specs/libX11/CH01.xml +++ b/specs/libX11/CH01.xml @@ -316,8 +316,8 @@ reference this file directly. Headers<X11/Xcms.h> This file contains symbols for much of the color management facilities -described in chapter 6. All functions, types, and symbols with the -prefix "Xcms", +described in chapter 6. +All functions, types, and symbols with the prefix "Xcms", plus the Color Conversion Contexts macros, are declared in this file. <X11/Xlib.h> must be included before including this file. @@ -333,7 +333,9 @@ must be included before including this file. This file declares various functions, types, and symbols used for inter-client communication and application utility functions, -which are described in chapters 14 and 16. +which are described in chapters +14 and +16. <X11/Xlib.h> must be included before including this file. @@ -346,7 +348,8 @@ which are described in chapters 14 and 16. Headers<X11/Xresource.h> This file declares all functions, types, and symbols for the -resource manager facilities, which are described in chapter 15. +resource manager facilities, which are described in +chapter 15. <X11/Xlib.h> must be included before including this file. @@ -680,7 +683,7 @@ rather than presume control of the entire screen. What you do inside of your top-level window, however, is up to your application. For further information, -see chapter 14 +see chapter 14 and the Inter-Client Communication Conventions Manual. diff --git a/specs/libX11/CH02.xml b/specs/libX11/CH02.xml index c8135aed..4a57266b 100644 --- a/specs/libX11/CH02.xml +++ b/specs/libX11/CH02.xml @@ -3205,7 +3205,9 @@ for threads using In addition to the connection to the X server, an Xlib implementation may require connections to other kinds of servers (for example, to -input method servers as described in chapter 13). Toolkits and clients +input method servers as described in +chapter 13). +Toolkits and clients that use multiple displays, or that use displays in combination with other inputs, need to obtain these additional connections to correctly block until input is available and need to process that input diff --git a/specs/libX11/CH03.xml b/specs/libX11/CH03.xml index b74ac4c7..d26a814c 100644 --- a/specs/libX11/CH03.xml +++ b/specs/libX11/CH03.xml @@ -1072,7 +1072,7 @@ or False (default). Window managers use this information to avoid tampering with pop-up windows -(see also chapter 14). +(see also chapter 14). @@ -1167,7 +1167,7 @@ which are discussed in the appropriate toolkit documentation. If you do not use a toolkit, however, you must provide some standard information or hints for the window manager by using the Xlib inter-client communication functions -(see chapter 14). +(see chapter 14). @@ -1211,7 +1211,8 @@ you should set these properties for top-level windows before mapping them. For further information, -see chapter 14 and the Inter-Client Communication Conventions Manual. +see chapter 14 and +the Inter-Client Communication Conventions Manual. diff --git a/specs/libX11/CH04.xml b/specs/libX11/CH04.xml index bd37ae6b..957d390b 100644 --- a/specs/libX11/CH04.xml +++ b/specs/libX11/CH04.xml @@ -887,7 +887,7 @@ To avoid name clashes with user symbols, the name for each atom has the XA_ prefix. For an explanation of the functions that let you get and set much of the information stored in these predefined properties, -see chapter 14. +see chapter 14. @@ -1397,7 +1397,8 @@ is used to represent 32-bit quantities. Xlib provides functions that you can use to obtain, change, update, or interchange window properties. In addition, Xlib provides other utility functions for inter-client -communication (see chapter 14). +communication +(see chapter 14). diff --git a/specs/libX11/CH10.xml b/specs/libX11/CH10.xml index 4ecbddec..8a06a706 100644 --- a/specs/libX11/CH10.xml +++ b/specs/libX11/CH10.xml @@ -24,7 +24,8 @@ This chapter discusses the following topics associated with events: -Functions for handling events are dealt with in the next chapter. +Functions for handling events are dealt with in +the next chapter. @@ -999,7 +1000,7 @@ and the pointer events and MotionNotify. For information about the keyboard event-handling utilities, -see chapter 11. +see chapter 11. diff --git a/specs/libX11/CH14.xml b/specs/libX11/CH14.xml index f317ea40..b6483066 100644 --- a/specs/libX11/CH14.xml +++ b/specs/libX11/CH14.xml @@ -251,7 +251,8 @@ of top-level windows (that is, those that were created as children of the root window). Note that the subwindows that you create are ignored by window managers. Therefore, -you should use the basic window functions described in chapter 3 +you should use the basic window functions described in +chapter 3 to manipulate your application's subwindows. diff --git a/specs/libX11/CH16.xml b/specs/libX11/CH16.xml index bc79f969..fecbb2f4 100644 --- a/specs/libX11/CH16.xml +++ b/specs/libX11/CH16.xml @@ -655,7 +655,8 @@ if the specified KeySym is a PF key. -Chapter 13 describes internationalized text input facilities, +Chapter 13 +describes internationalized text input facilities, but sometimes it is expedient to write an application that only deals with Latin-1 characters and ASCII controls, so Xlib provides a simple function for that purpose. -- cgit v1.2.1