<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Sat, 2011-09-24 at 20:23 -0600, Matt Dew wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
---
 specs/saver.xml |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/specs/saver.xml b/specs/saver.xml
index b1e6f95..bcdd3a0 100644
--- a/specs/saver.xml
+++ b/specs/saver.xml
@@ -39,7 +39,7 @@ implied warranty.
 &lt;/legalnotice&gt;
 &lt;/bookinfo&gt;
 
-&lt;chapter id=&quot;Introduction_&quot;&gt;
+&lt;chapter id='Introduction'&gt;
 &lt;title&gt;Introduction&lt;/title&gt;
 &lt;para&gt;
 The X Window System provides support for changing the image on a display screen
@@ -464,7 +464,7 @@ window attributes.
 &lt;/para&gt;
 &lt;/sect1&gt;
 
-&lt;sect1 id=&quot;Events_&quot;&gt;
+&lt;sect1 id=&quot;Events&quot;&gt;
 &lt;title&gt;Events&lt;/title&gt;
 &lt;para&gt;
 The Screen Saver extension adds one event:
@@ -649,7 +649,7 @@ SETofSCREENSAVEREVENT
 &lt;/literallayout&gt;
 &lt;/sect1&gt;
 
-&lt;sect1 id=&quot;Events&quot;&gt;
+&lt;sect1 id=&quot;Events_2&quot;&gt;
 &lt;title&gt;Events&lt;/title&gt;
 
 &lt;literallayout class=&quot;monospaced&quot;&gt;
@@ -673,7 +673,7 @@ SETofSCREENSAVEREVENT
 &lt;/sect1&gt;
 &lt;/chapter&gt;
 
-&lt;chapter id=&quot;Inter_Client_Communications_Conventions_&quot;&gt;
+&lt;chapter id='Inter_Client_Communications_Conventions'&gt;
 &lt;title&gt;Inter-Client Communications Conventions&lt;/title&gt;
 &lt;para&gt;
 Screen saver clients should create at least one resource value whose
@@ -705,7 +705,7 @@ The include file for this extension is
 &lt;/para&gt;
 

-&lt;funcsynopsis id='xscreensaverqueryextension'&gt;
+&lt;funcsynopsis id='XScreenSaverQueryExtension'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;Bool &lt;function&gt;XScreenSaverQueryExtension&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -728,7 +728,7 @@ no additional errors are defined by this extension, the results
 of &lt;emphasis remap='I'&gt;error_base&lt;/emphasis&gt; are not defined.
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaverqueryversion'&gt;
+&lt;funcsynopsis id='XScreenSaverQueryVersion'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;Status &lt;function&gt;XScreenSaverQueryVersion&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -753,14 +753,14 @@ set and 0 is returned.
 &lt;para&gt;
 This routine allocates and returns an
 &lt;emphasis role=&quot;bold&quot;&gt;XScreenSaverInfo&lt;/emphasis&gt; structure
-for use in calls to &lt;function&gt;XScreenSaverQueryInfo&lt;/function&gt;.
+for use in calls to &lt;xref linkend='XScreenSaverQueryInfo' xrefstyle='select: title pageabbrev'/&gt;.
</PRE>
</BLOCKQUOTE>
Are you considering adding &quot;xrefstyle&quot; with pageabbrev to all xref links?<BR>
If so, consider this suggestion to put it in the customization layer.<BR>
<A HREF="http://lists.oasis-open.org/archives/docbook-apps/200405/msg00121.html">http://lists.oasis-open.org/archives/docbook-apps/200405/msg00121.html</A><BR>
This attribute was meant to override the default in a few instances.<BR>
<BR>
Consider that we might want to change the xrefstyle at later point in time.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
 All fields in the
 structure are initialized to zero.  If insufficient memory is available,
 NULL is returned.  The results of this routine can be released
-using &lt;emphasis remap='I'&gt;XFree&lt;/emphasis&gt;.
+using &lt;olink targetdoc='libX11' targetptr='XFree'&gt;&lt;function&gt;XFree&lt;/function&gt;&lt;/olink&gt;.
</PRE>
</BLOCKQUOTE>
I assume that libX11 xfree will be changed to XFree.
<BLOCKQUOTE TYPE=CITE>
<PRE>
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaverqueryinfo'&gt;
+&lt;funcsynopsis id='XScreenSaverQueryInfo'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;Status &lt;function&gt;XScreenSaverQueryInfo&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -795,7 +795,7 @@ description of the fields.  If the extension is not supported,
 is returned.
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaverselectinput'&gt;
+&lt;funcsynopsis id='XScreenSaverSelectInput'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;void &lt;function&gt;XScreenSaverSelectInput&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -832,7 +832,7 @@ See the definition of the
 of the allowed event masks.   &lt;!-- xref ? --&gt;
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaversetattributes'&gt;
+&lt;funcsynopsis id='XScreenSaverSetAttributes'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;void &lt;function&gt;XScreenSaverSetAttributes&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*dpy&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -858,7 +858,7 @@ of the &lt;function&gt;ScreenSaverSetAttributes&lt;/function&gt; request for a
 description of each of the arguments.
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaverunsetattributes'&gt;
+&lt;funcsynopsis id='XScreenSaverUnsetAttributes'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;void &lt;function&gt;XScreenSaverUnsetAttributes&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -872,7 +872,7 @@ extension, this routine instructs the server to discard
 any previous screen saver window attributes set by this client.
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaverregister'&gt;
+&lt;funcsynopsis id='XScreenSaverRegister'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;Status &lt;function&gt;XScreenSaverRegister&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -891,7 +891,7 @@ is encountered and the property is not changed, otherwise it returns
 non-zero.
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensaverunregister'&gt;
+&lt;funcsynopsis id='XScreenSaverUnregister'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;Status &lt;function&gt;XScreenSaverUnregister&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
@@ -906,7 +906,7 @@ It returns zero if an error is encountered and the property is changed,
 otherwise it returns non-zero.
 &lt;/para&gt;
 
-&lt;funcsynopsis id='xscreensavergetregistered'&gt;
+&lt;funcsynopsis id='XScreenSaverGetRegistered'&gt;
 &lt;funcprototype&gt;
   &lt;funcdef&gt;Status &lt;function&gt;XScreenSaverGetRegistered&lt;/function&gt;&lt;/funcdef&gt;
     &lt;paramdef&gt;Display &lt;parameter&gt;*display&lt;/parameter&gt;&lt;/paramdef&gt;
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
</BODY>
</HTML>