From 7ba1f9d1cc1a4be23f10f692d9c6457fe0a8e270 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 11 Jan 2014 16:04:14 -0800 Subject: spec: Convert Requests chapter to have a section per request Signed-off-by: Alan Coopersmith --- specs/fsproto.xml | 236 +++++++++++++++++++++++++++--------------------------- 1 file changed, 118 insertions(+), 118 deletions(-) (limited to 'specs') diff --git a/specs/fsproto.xml b/specs/fsproto.xml index 677c7e8..f851418 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -1234,9 +1234,10 @@ The protocol begins with the establishment of a connection over a mutually-understood virtual stream: +
+ open connection + open connection - - open connection byte-order: BYTE client-major-protocol-version: CARD16 client-minor-protocol-version: CARD16 @@ -1385,17 +1386,17 @@ The VENDOR string specifies the name of the manufacturer of the font server. The RELEASE-NUMBER specifies the particular release of the server in a manufacturer-dependent manner. +
+
<para> <!-- .LP --> After the connection is established and the setup information has been exchanged, the client may issue any of requests described below: </para> -<blockquote> -<para> -<!-- .LP --> -<indexterm significance="preferred"><primary>NoOp</primary></indexterm> -<function>NoOp</function> -</para> +</section> +<section id="Requests:NoOp"> + <title><function>NoOp</function> + NoOp Errors: Alloc @@ -1405,13 +1406,11 @@ to a KeepAlive event. - +
- - -ListExtensions -ListExtensions - +
+ <function>ListExtensions</function> + ListExtensions @@ -1430,10 +1429,11 @@ case-sensitive and are encoded in ISO 8859-1. - -QueryExtension -QueryExtension - +
+ +
+ <function>QueryExtension</function> + QueryExtension
@@ -1508,11 +1508,11 @@ error is returned.
- - -ListCatalogues -ListCatalogues - +
+ +
+ <function>ListCatalogues</function> + ListCatalogues
@@ -1573,11 +1573,11 @@ is set to zero.
- - -SetCatalogues -SetCatalogues - +
+ +
+ <function>SetCatalogues</function> + SetCatalogues
names: LISTofSTRING8 @@ -1609,11 +1609,11 @@ error is returned and the request is ignored.
- - -GetCatalogues -GetCatalogues - +
+ +
+ <function>GetCatalogues</function> + GetCatalogues ▶ @@ -1642,11 +1642,11 @@ returned in mixed case. - - -SetEventMask -SetEventMask - +
+ +
+ <function>SetEventMask</function> + SetEventMask
@@ -1693,11 +1693,11 @@ ignored.
- - -GetEventMask -GetEventMask - +
+ +
+ <function>GetEventMask</function> + GetEventMask
@@ -1731,11 +1731,11 @@ error is returned.
- - -CreateAC -CreateAC - +
+ +
+ <function>CreateAC</function> + CreateAC
@@ -1819,11 +1819,11 @@ with an access context, an IDChoice error is returned.
- - -FreeAC -FreeAC - +
+ +
+ <function>FreeAC</function> + FreeAC
@@ -1862,11 +1862,11 @@ error is returned.
- - -SetAuthorization -SetAuthorization - +
+ +
+ <function>SetAuthorization</function> + SetAuthorization
@@ -1910,11 +1910,11 @@ error is returned.
- - -SetResolution -SetResolution - +
+ +
+ <function>SetResolution</function> + SetResolution
@@ -1946,11 +1946,11 @@ If a RESOLUTION entry contains a zero, a Resolution error returned and the default resolutions are not changed.
- - -GetResolution -GetResolution - +
+ +
+ <function>GetResolution</function> + GetResolution @@ -1970,11 +1970,11 @@ a server-dependent default value is returned. - - -ListFonts -ListFonts - +
+ +
+ <function>ListFonts</function> + ListFonts
@@ -2038,11 +2038,11 @@ is set to zero.
- - -ListFontsWithXInfo -ListFontsWithXInfo - +
+ +
+ <function>ListFontsWithXInfo</function> + ListFontsWithXInfo
@@ -2102,11 +2102,11 @@ client with the server.
- - -OpenBitmapFont -OpenBitmapFont - +
+ +
+ <function>OpenBitmapFont</function> + OpenBitmapFont
@@ -2261,11 +2261,11 @@ error is returned.
- - -QueryXInfo -QueryXInfo - +
+ +
+ <function>QueryXInfo</function> + QueryXInfo
@@ -2297,11 +2297,11 @@ is returned.
- - -QueryXExtents8 -QueryXExtents8 - +
+ +
+ <function>QueryXExtents8</function> + QueryXExtents8
@@ -2336,11 +2336,11 @@ uses 1-byte character codes.
- - -QueryXExtents16 -QueryXExtents16 - +
+ +
+ <function>QueryXExtents16</function> + QueryXExtents16
fontid: FONTID @@ -2414,11 +2414,11 @@ error is returned.
- - -QueryXBitmaps8 -QueryXBitmaps8 - +
+ +
+ <function>QueryXBitmaps8</function> + QueryXBitmaps8
@@ -2464,11 +2464,11 @@ except that it uses 1-byte character codes.
- - -QueryXBitmaps16 -QueryXBitmaps16 - +
+ +
+ <function>QueryXBitmaps16</function> + QueryXBitmaps16
@@ -2612,11 +2612,11 @@ ranges, a Range error is returned. If FORMAT is invalid, a Format error is returned.
- - -CloseFont -CloseFont - +
+ +
+ <function>CloseFont</function> + CloseFont
@@ -2643,12 +2643,11 @@ If FONTID is not associated with any open fonts, a error is returned.
+
- - -"close connection" -close connection - +
+ close connection + close connection
@@ -2661,6 +2660,7 @@ the client that made the connection.
+
Errors -- cgit v1.2.3