diff --git a/specs/encoding.xml b/specs/encoding.xml index 69a8240..5ec5b5c 100644 --- a/specs/encoding.xml +++ b/specs/encoding.xml @@ -273,7 +273,7 @@ and pad(E) is the number of bytes needed to round E up to a multiple of four. - + Common Types @@ -536,7 +536,7 @@ STR - + Errors @@ -695,7 +695,7 @@ STR - + Keyboards @@ -708,11 +708,11 @@ KEYSYM values with the bit #x10000000 set are reserved as vendor-specific. The names and encodings of the standard KEYSYM values are contained in -Appendix A, Keysym Encoding. +Appendix A, Keysym Encoding. - + Pointers @@ -766,7 +766,7 @@ WM_NAME 39 - + Connection Setup @@ -932,7 +932,7 @@ VISUALTYPE - + Requests @@ -1325,7 +1325,7 @@ VISUALTYPE 1 InputFocus 4 SETofEVENT event-mask 32 event - standard event format (see the Events section) + standard event format (see the Events section) GrabPointer 1 26 opcode @@ -2789,7 +2789,7 @@ VISUALTYPE - + Events diff --git a/specs/keysyms.xml b/specs/keysyms.xml index 66c9702..810fe3c 100644 --- a/specs/keysyms.xml +++ b/specs/keysyms.xml @@ -43,8 +43,9 @@ There are two special values: NoSymbol and VoidSymbol . -They are used to indicate the absence of symbols (see section 5). - +They are used to indicate the absence of symbols (see +Section 5, Keyboards). + diff --git a/specs/sect1-9.xml b/specs/sect1-9.xml index 31de7ea..0d3cf92 100644 --- a/specs/sect1-9.xml +++ b/specs/sect1-9.xml @@ -125,7 +125,7 @@ Every error includes an 8-bit error code. Error codes 128 through 255 are reserved for extensions. Every error also includes the major and minor opcodes of the failed request and the least significant 16 bits of the sequence number of the request. -For the following errors (see section 4), +For the following errors (see section 4), the failing resource ID is also returned: Colormap, Cursor, @@ -196,7 +196,8 @@ are capitalized. -Requests in section 9 are described in the following format: +Requests in section 9 are described +in the following format: @@ -228,8 +229,9 @@ then one or more replies can be generated for a single request. -Events in section 11 are described in the following format: - +Events in section 11 are described +in the following format: + @@ -602,7 +604,7 @@ byte-swap CHAR2B quantities. The length, format, and interpretation of a HOST address are specific to the family (see -ChangeHosts +ChangeHosts request). @@ -2259,7 +2261,7 @@ so that the border is never affected. The bit-gravity defines which region of the window should be retained if the window is resized, and win-gravity defines how the window should be repositioned if the parent is resized (see -ConfigureWindow +ConfigureWindow request). @@ -2348,8 +2350,7 @@ error results), and the parent must not have a colormap of error results). For an explanation of None , -see -FreeColormap +see FreeColormap request. The colormap is copied by sharing the colormap object between the child and the parent, @@ -2755,7 +2756,7 @@ The window must have been created by some other client (or a Match error results). For further information about the use of the save-set, -see section 10. +see section 10. When windows are destroyed, @@ -3678,7 +3679,7 @@ Uppercase and lowercase matter. The lifetime of an atom is not tied to the interning client. -Atoms remain defined until server reset (see section 10). +Atoms remain defined until server reset (see section 10). @@ -3815,7 +3816,7 @@ event on the window. The lifetime of a property is not tied to the storing client. Properties remain until explicitly deleted, until the window is destroyed, -or until server reset (see section 10). +or until server reset (see section 10). The maximum size of a property is server-dependent and may vary dynamically. @@ -6409,7 +6410,7 @@ names: LISTofSTRING8 This request returns a list of available font names (as controlled by the font search path; see -SetFontPath +SetFontPath request) that match the pattern. At most, max-names names will be returned. @@ -9748,7 +9749,7 @@ This request deletes the association between the resource ID and the colormap and frees the colormap storage. If the colormap is an installed map for a screen, it is uninstalled (see -UninstallColormap +UninstallColormap request). If the colormap is defined as the colormap for a window (by means of CreateWindow @@ -9808,7 +9809,7 @@ Color values in other entries in the new colormap are undefined. If src-cmap was created by the client with alloc All (see -CreateColormap +CreateColormap request), then the new colormap is also created with alloc All , @@ -9926,7 +9927,7 @@ Errors: If cmap is on the required list for its screen (see -InstallColormap +InstallColormap request), it is removed from the list. As a side effect, @@ -9991,7 +9992,7 @@ This request returns a list of the currently installed colormaps for the screen of the specified window. The order of colormaps is not significant, and there is no explicit indication of the required list (see -InstallColormap +InstallColormap request). @@ -11346,7 +11347,8 @@ event. There is no requirement that the server interpret this mapping; -it is merely stored for reading and writing by clients (see section 5). +it is merely stored for reading and writing by clients +(see section 5). @@ -12321,7 +12323,8 @@ at connection close. A connection starts in Destroy mode. -The meaning of the close-down mode is described in section 10. +The meaning of the close-down mode is described +in section 10. @@ -12361,7 +12364,8 @@ If the client has already terminated in either RetainPermanent or RetainTemporary -mode, all of the client's resources are destroyed (see section 10). +mode, all of the client's resources are destroyed +(see section 10). If AllTemporary is specified, @@ -12406,11 +12410,11 @@ If the client has the server grabbed, an UngrabServer is performed. All selections (see -SetSelectionOwner +SetSelectionOwner request) owned by the client are disowned. If close-down mode (see -SetCloseDownMode +SetCloseDownMode request) is RetainPermanent or