From ffbc319b69b1e3502a9b14195e7fa94f2beee3b6 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Sat, 24 Sep 2011 20:07:44 -0600 Subject: Fix id attributes, linkend and olinks #1 - fix the capitolization of the ID attriutes 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 if external, xref if internal. Reviewed-by: Gaetan Nadon <memsize@videotron.ca> --- specs/saver.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/specs/saver.xml b/specs/saver.xml index 0fcd83f..5283290 100644 --- a/specs/saver.xml +++ b/specs/saver.xml @@ -45,7 +45,7 @@ implied warranty. </legalnotice> </bookinfo> -<chapter id="Introduction_"> +<chapter id='Introduction'> <title>Introduction The X Window System provides support for changing the image on a display screen @@ -470,7 +470,7 @@ window attributes. - + Events The Screen Saver extension adds one event: @@ -655,7 +655,7 @@ SETofSCREENSAVEREVENT - + Events @@ -679,7 +679,7 @@ SETofSCREENSAVEREVENT - + Inter-Client Communications Conventions Screen saver clients should create at least one resource value whose @@ -711,7 +711,7 @@ The include file for this extension is - + Bool XScreenSaverQueryExtension Display *display @@ -734,7 +734,7 @@ no additional errors are defined by this extension, the results of error_base are not defined. - + Status XScreenSaverQueryVersion Display *display @@ -759,14 +759,14 @@ set and 0 is returned. This routine allocates and returns an XScreenSaverInfo structure -for use in calls to XScreenSaverQueryInfo. +for use in calls to . 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 XFree. +using XFree. - + Status XScreenSaverQueryInfo Display *display @@ -801,7 +801,7 @@ description of the fields. If the extension is not supported, is returned. - + void XScreenSaverSelectInput Display *display @@ -838,7 +838,7 @@ See the definition of the of the allowed event masks. - + void XScreenSaverSetAttributes Display *dpy @@ -864,7 +864,7 @@ of the ScreenSaverSetAttributes request for a description of each of the arguments. - + void XScreenSaverUnsetAttributes Display *display @@ -878,7 +878,7 @@ extension, this routine instructs the server to discard any previous screen saver window attributes set by this client. - + Status XScreenSaverRegister Display *display @@ -897,7 +897,7 @@ is encountered and the property is not changed, otherwise it returns non-zero. - + Status XScreenSaverUnregister Display *display @@ -912,7 +912,7 @@ It returns zero if an error is encountered and the property is changed, otherwise it returns non-zero. - + Status XScreenSaverGetRegistered Display *display -- cgit v1.2.1