From 29c9e101f7ad72556aa6b3dbc17d66a1ace9b2b1 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Tue, 4 Oct 2011 21:59:50 -0600 Subject: Cleanup IDs and links in doc 1 - fix the capitalization of the ID attributes to match either the or <funcdef> string it goes with. 2 - fix any <linkend>'s that were affected by 1. 3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org> --- doc/xtrans.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/xtrans.xml b/doc/xtrans.xml index 5b01b89..82e95a4 100644 --- a/doc/xtrans.xml +++ b/doc/xtrans.xml @@ -103,7 +103,7 @@ for client vs. server code. </para></note> </preface> -<chapter id='purposes_and_goals'> +<chapter id='Purposes_and_Goals'> <title>Purposes and Goals The X Transport Interface is intended to combine all system and @@ -121,7 +121,7 @@ FS, and connection-less oriented protocols such as XDMCP. - + Overview of the Interface @@ -142,7 +142,7 @@ an interface would affect performance. - + Definition of Address Specification Format @@ -169,14 +169,14 @@ part of an address. - + Internal Data Structures There are two major data structures associated with the transport independent portion of this interface. Additional data structures may be used internally by each transport. - + Xtransport Each transport supported has an entry in the transport table. The transport @@ -337,7 +337,7 @@ should not be unlinked. - + XtransConnInfo Each connection will have an opaque XtransConnInfo @@ -364,7 +364,7 @@ struct _XtransConnInfo { - + Exposed Transport Independent API @@ -385,7 +385,7 @@ All failures are considered fatal, and the connection should be closed and re-established if desired. In most cases, however, the value of errno will be available for debugging purposes. - + Core Interface API @@ -659,7 +659,7 @@ is the list of transports. - + Utility API This section describes a few useful functions that have been implemented on @@ -681,7 +681,7 @@ FamilyLocal)). - + Transport Option Definition The following options are defined for the @@ -715,7 +715,7 @@ connection will not be closed when an exec occurs. - + Hidden Transport Dependent API The hidden transport dependent functions are placed in the Xtransport record. @@ -935,7 +935,7 @@ This function will break the connection, and close the endpoint. - + Configuration @@ -1018,7 +1018,7 @@ In X11R7 modular releases, these flags are set when running - + Transport Specific Definitions @@ -1075,7 +1075,7 @@ In X11R7 modular releases, these flags are set when running - + Implementation Notes This section refers to the prototype implementation that is being developed -- cgit v1.2.3