diff options
author | Matt Dew <marcoz@osource.org> | 2011-09-30 22:28:10 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-01 00:32:16 -0600 |
commit | 618cea608d726c0aeb48960da7bedc2dd8b36bba (patch) | |
tree | 89d68e9c1724621e14f1a780aeafd0d1e0bd2e6c /specs/dpms.xml | |
parent | 8f35303d8d40a68deb8c4830e8946ea356b0577f (diff) |
#1 - fix the capitalization of the ID attriutes to
match either the <title> 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>
Diffstat (limited to 'specs/dpms.xml')
-rw-r--r-- | specs/dpms.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/specs/dpms.xml b/specs/dpms.xml index fe97da9..617744c 100644 --- a/specs/dpms.xml +++ b/specs/dpms.xml @@ -123,7 +123,7 @@ it may be decided to make DPMS less aggressive, or disable it completely. <chapter id="Requests"> <title>Requests</title> <para> -<function>DPMSGetVersion</function> +<olink targetdoc='dpmslib' targetptr='DPMSGetVersion'><function>DPMSGetVersion</function></olink> </para> <informaltable frame="none"> @@ -178,7 +178,7 @@ of one (1). </para> <para> -<function>DPMSCapable</function> +<olink targetdoc='dpmslib' targetptr='DPMSCapable'><function>DPMSCapable</function></olink> </para> <informaltable frame="none"> @@ -206,7 +206,7 @@ case of heterogeneous multi-head servers is implementation defined. </para> <para> -<function>DPMSGetTimeouts</function> +<olink targetdoc='dpmslib' targetptr='DPMSGetTimeouts'><function>DPMSGetTimeouts</function></olink> </para> <informaltable frame="none"> @@ -275,7 +275,7 @@ value of zero indicates that this mode is disabled. </para> <para> -<function>DPMSSetTimeouts</function> +<olink targetdoc='dpmslib' targetptr='DPMSSetTimeouts'><function>DPMSSetTimeouts</function></olink> </para> <informaltable frame="none"> @@ -339,7 +339,7 @@ to the value of the previous (non-zero) level. A BadValue error is generated if an illegal combination is detected. </para> <para> -<function>DPMSEnable</function> +<olink targetdoc='dpmslib' targetptr='DPMSEnable'><function>DPMSEnable</function></olink> </para> <para> => @@ -352,7 +352,7 @@ effected. </para> <para> -<function>DPMSDisable</function> +<olink targetdoc='dpmslib' targetptr='DPMSDisable'><function>DPMSDisable</function></olink> </para> <para> => @@ -366,7 +366,7 @@ may be disabled without damaging the server's stored timeout values. </para> <para> -<function>DPMSForceLevel</function> +<olink targetdoc='dpmslib' targetptr='DPMSForceLevel'><function>DPMSForceLevel</function></olink> </para> <informaltable frame="none"> @@ -395,7 +395,7 @@ DPMSModeSuspend or DPMSModeOff. </para> <para> -<function>DPMSInfo</function> +<olink targetdoc='dpmslib' targetptr='DPMSInfo'><function>DPMSInfo</function></olink> </para> <informaltable frame="none"> @@ -450,7 +450,7 @@ The name of this extension is "DPMS". </para> <literallayout class="monospaced"> -<function>DPMSGetVersion</function> +<olink targetdoc='dpmslib' targetptr='DPMSGetVersion'><function>DPMSGetVersion</function></olink> 1 CARD8 opcode 1 0 DPMS opcode 2 2 request length @@ -467,7 +467,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSCapable</function> +<olink targetdoc='dpmslib' targetptr='DPMSCapable'><function>DPMSCapable</function></olink> 1 CARD8 opcode 1 1 DPMS opcode 2 1 request length @@ -481,7 +481,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSGetTimeouts</function> +<olink targetdoc='dpmslib' targetptr='DPMSGetTimeouts'><function>DPMSGetTimeouts</function></olink> 1 CARD8 opcode 1 2 DPMS opcode 2 1 request length @@ -497,7 +497,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSSetTimeouts</function> +<olink targetdoc='dpmslib' targetptr='DPMSSetTimeouts'><function>DPMSSetTimeouts</function></olink> 1 CARD8 opcode 1 3 DPMS opcode 2 3 request length @@ -509,7 +509,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSEnable</function> +<olink targetdoc='dpmslib' targetptr='DPMSEnable'><function>DPMSEnable</function></olink> 1 CARD8 opcode 1 4 DPMS opcode 2 1 request length @@ -517,7 +517,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSDisable</function> +<olink targetdoc='dpmslib' targetptr='DPMSDisable'><function>DPMSDisable</function></olink> 1 CARD8 opcode 1 5 DPMS opcode 2 1 request length @@ -525,7 +525,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSForceLevel</function> +<olink targetdoc='dpmslib' targetptr='DPMSForceLevel'><function>DPMSForceLevel</function></olink> 1 CARD8 opcode 1 6 DPMS opcode 2 2 request length @@ -539,7 +539,7 @@ The name of this extension is "DPMS". </literallayout> <literallayout class="monospaced"> -<function>DPMSInfo</function> +<olink targetdoc='dpmslib' targetptr='DPMSInfo'><function>DPMSInfo</function></olink> 1 CARD8 opcode 1 7 DPMS opcode 2 1 request length |