diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-06-07 18:41:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-06-07 18:41:30 -0700 |
commit | 4e741654b7e0a283779b8b4af5bb32e05b7fc678 (patch) | |
tree | c79b51fb24efd42305a54d8b826272de7f8d6077 | |
parent | a3d1152bc4b300f59ea2f08925739aab1ebfbc4e (diff) |
specs/libX11: Turn appendix references into links
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | specs/libX11/CH04.xml | 2 | ||||
-rw-r--r-- | specs/libX11/CH05.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/specs/libX11/CH04.xml b/specs/libX11/CH04.xml index 957d390b..79f8fa94 100644 --- a/specs/libX11/CH04.xml +++ b/specs/libX11/CH04.xml @@ -867,7 +867,7 @@ If you define further properties of complex type, you must encode and decode them yourself. These functions must be carefully written if they are to be portable. For further information about how to write a library extension, -see appendix C. <!-- xref --> +see <link linkend="extensions">appendix C</link>. <!-- .NE --> The type of a property is defined by an atom, which allows for arbitrary extension in this type scheme. diff --git a/specs/libX11/CH05.xml b/specs/libX11/CH05.xml index 3ad7076e..6df3509a 100644 --- a/specs/libX11/CH05.xml +++ b/specs/libX11/CH05.xml @@ -277,7 +277,7 @@ The initial colors of a cursor are a black foreground and a white background (see <function>XRecolorCursor</function>). For further information about cursor shapes, -see appendix B. +see <link linkend="x_font_cursors">appendix B</link>. </para> <para> <!-- .LP --> |