From 00dc587c4626304d4b258addc727bbd2670d3729 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 13 Jan 2014 23:18:38 -0800 Subject: spec: fixup quote characters Signed-off-by: Alan Coopersmith --- specs/fsproto.xml | 55 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 23 deletions(-) (limited to 'specs') diff --git a/specs/fsproto.xml b/specs/fsproto.xml index ceff53c..978dd13 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -30,7 +30,7 @@ provided that the above copyright notice and this permission notice appear in all copies. Network Computing Devices, Inc. makes no representations about the suitability for any purpose of the information in this document. This documentation is -provided "as is" without express or implied warranty. +provided “as is” without express or implied warranty. @@ -38,7 +38,7 @@ provided "as is" without express or implied warranty. Copyright © 1994 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal +of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is @@ -358,7 +358,7 @@ printed in lower case in a distinct font. -Type declarations have the form "name: type", +Type declarations have the form name: type, as in: CARD8: 8-bit byte @@ -380,7 +380,7 @@ brackets, as in: [ byte1: CARD8, -A type with a prefix "LISTof" represents a counted list of +A type with a prefix LISTof represents a counted list of elements of that type, as in: LISTofCARD8 @@ -429,7 +429,7 @@ must be created (with CreateAC) and switched among (with SetAuthorization) -to represent all of these "font users" properly. +to represent all of these font users properly. @@ -1591,10 +1591,10 @@ Requests that have replies are described using the following syntax: -If a request does not generate a reply, the "▶" and result lines are -omitted. If a request may generate multiple replies, the "▶" is replaced by -a "▶+". In the authorization data exchanges in the initial connection setup -and the CreateAC request, "◀" indicates data sent by the client in response +If a request does not generate a reply, the ▶ and result lines are +omitted. If a request may generate multiple replies, the ▶ is replaced by +a ▶+. In the authorization data exchanges in the initial connection setup +and the CreateAC request, ◀ indicates data sent by the client in response to data sent by the server. @@ -1622,10 +1622,12 @@ mutually-understood virtual stream: The initial byte of the connection specifies the BYTE-ORDER in which subsequent 16-bit and 32-bit numeric values are to be -transmitted. The octal value 102 (ASCII uppercase `B') +transmitted. The octal value 102 +(ASCII uppercase B) indicates that the most-significant byte is to be transmitted -first; the octal value 154 (ASCII lowercase `l') indicates -that the least-significant byte is to be transmitted first. +first; the octal value 154 +(ASCII lowercase l) +indicates that the least-significant byte is to be transmitted first. If any other value is encountered the server closes the connection without any response. @@ -1911,9 +1913,11 @@ error is returned. This request returns a list of at most MAX-NAMES names of collections (called catalogues) of fonts that match the specified PATTERN. In the pattern (which is encoded -in ISO 8859-1), the `?' character (octal 77) matches any -single character; the `*' character (octal 52) matches -any series of zero or more characters; and alphabetic +in ISO 8859-1), the +? character (octal 77) +matches any single character; the +* character (octal 52) +matches any series of zero or more characters; and alphabetic characters match either upper- or lowercase. The returned NAMES are encoded in ISO 8859-1 and may contain mixed character cases. @@ -2343,9 +2347,11 @@ that match the specified PATTERN, according to matching rules of the X Logical Font Description Conventions . -In the pattern (which is encoded in ISO 8859-1) the `?' character -(octal 77) matches any single character; the `*' character -(octal 52) matches any series of zero or more characters; and +In the pattern (which is encoded in ISO 8859-1) the +? character (octal 77) +matches any single character; the +* character (octal 52) +matches any series of zero or more characters; and alphabetic characters match either upper- or lowercase. The returned NAMES are encoded in ISO 8859-1 and may contain mixed character cases. Font names are not required to be in XLFD @@ -3377,7 +3383,8 @@ Additional events may be defined by extensions. -Numbers that are prefixed with "#x" are in hexadecimal (base 16). All other +Numbers that are prefixed with #x +are in hexadecimal (base 16). All other numbers are in decimal. Requests, replies, errors, events, and compound types are described using the syntax: @@ -3403,14 +3410,16 @@ Objects containing counted lists use a lowercase single-letter variable (whose scope is limited to the request, reply, event, or error in which it is found) to represent the number of objects in the list. These variables, and any expressions in which they are used, should be treated as unsigned integers. -Multiple copies of an object are indicated by CONTENTS prefix "LISTof". +Multiple copies of an object are indicated by CONTENTS prefix +LISTof. Unused bytes (whose value is undefined) will have a blank CONTENTS field and a -NAME field of "unused". Zeroed bytes (whose value must be zero) will have a -blank CONTENTS field and a NAME field of "zero". The expression pad(e) -refers to the number of bytes needed to round a value "e" up to the closed +NAME field of unused. Zeroed bytes (whose value must be zero) +will have a blank CONTENTS field and a NAME field of zero. +The expression pad(e) refers to the number of bytes +needed to round a value e up to the closed multiple of four: -- cgit v1.2.3