diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-09 22:50:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-01-22 09:55:49 -0800 |
commit | 66f98aff9a14d05359eec7b42a8903922754b9f7 (patch) | |
tree | 2c87e3dc005ac22135a14f389aa89cd2c7fa05ee /specs | |
parent | 91dd8f639b2210467bb453644271de8ec38a6d09 (diff) |
spec: add olinks to X11 protocol & XLFD specs
Also use <citetitle> to markup titles of other specs/docs.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/fsproto.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/specs/fsproto.xml b/specs/fsproto.xml index 4aca164..e244d92 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -317,8 +317,9 @@ requested. For example: <para> <!-- .LP --> The protocol described below uses the request/reply/error model and is -specified using the same conventions outlined in Section 2 of the core X Window -System protocol [1]: +specified using the same conventions outlined in +<olink targetdoc='x11protocol' targetptr='Syntactic_Conventions'>Section 2 +of the core X Window System protocol</olink> [1]: </para> <itemizedlist> <listitem> @@ -940,7 +941,7 @@ character. The first five values represent directed distances in a coordinate system whose origin is aligned with the lower-left edge of the left-most pixel of the glyph baseline (i.e. the baseline falls between two pixels as shown in Figure 3-1 of the -"Bitmap Distribution Format 2.1" Consortium standard [2]). +<citetitle>Bitmap Distribution Format 2.1</citetitle> Consortium standard [2]). </para> <!-- .sp --> <para> @@ -1992,7 +1993,8 @@ Errors: <para> This request returns a list of at most MAX-NAMES font names that match the specified PATTERN, according to matching rules -of the X Logical Font Description Conventions [3]. In the +of the <olink targetdoc='xlfd' targetptr='xlfd'><citetitle>X Logical +Font Description Conventions</citetitle></olink> [3]. 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 @@ -3954,7 +3956,7 @@ All of the following documents are X Consortium standards available from the X Consortium. </para> <biblioentry> - <title>X Window System Protocol Version 11</title> + <title><olink targetdoc='x11protocol' targetptr='x11protocol'>X Window System Protocol Version 11</olink></title> <author><firstname>Robert W.</firstname><surname>Scheifler</surname></author> </biblioentry> @@ -3963,7 +3965,8 @@ the X Consortium. </biblioentry> <biblioentry> - <title>X Consortium. X Logical Font Description Conventions, Version 1.5</title> + <title>X Consortium. <olink targetdoc='xlfd' targetptr='xlfd'>X + Logical Font Description Conventions, Version 1.5</olink></title> </biblioentry> </bibliography> |