Doc cleanup.
authorBrenden Matthews <brenden@rty.ca>
Sat, 1 Aug 2009 19:15:53 +0000 (13:15 -0600)
committerBrenden Matthews <brenden@rty.ca>
Sat, 1 Aug 2009 19:15:53 +0000 (13:15 -0600)
doc/config_settings.xml
doc/docs.xml
doc/variables.xml

index 2b8bcb9..c7e1f34 100644 (file)
                 <option>imlib_cache_size</option>
             </command>
         </term>
-        <listitem>Imlib2 image cache size, in bytes. Defaults to
-        4MiB. Increase this value if you use $image lots. Set to 0
-        to disable the image cache. 
-        <para /></listitem>
+        <listitem>
+            <para>Imlib2 image cache size, in bytes. Defaults to
+            4MiB. Increase this value if you use $image lots. Set
+            to 0 to disable the image cache.</para>
+        </listitem>
     </varlistentry>
     <varlistentry>
         <term>
             Conky through each iteration after drawing to the
             window. Requires X support. Takes any number of
             optional arguments. Use this hook for drawing things on
-            top of what Conky draws.</para>
+            top of what Conky draws. Conky puts 'conky_' in front
+            of function_name to prevent accidental calls to the
+            wrong function unless you put you place 'conky_' in
+            front of it yourself.</para>
         </listitem>
     </varlistentry>
     <varlistentry>
             Conky through each iteration before drawing to the
             window. Requires X support. Takes any number of
             optional arguments. Use this hook for drawing things on
-            top of what Conky draws.</para>
+            top of what Conky draws. Conky puts 'conky_' in front
+            of function_name to prevent accidental calls to the
+            wrong function unless you put you place 'conky_' in
+            front of it yourself.</para>
         </listitem>
     </varlistentry>
     <varlistentry>
                 <option>out_to_ncurses</option>
             </command>
         </term>
-        <listitem>Print text in the console, but use ncurses so that
-        conky can print the text of a new update over the old text.
-        (In the future this will provide more useful things)
+        <listitem>Print text in the console, but use ncurses so
+        that conky can print the text of a new update over the old
+        text. (In the future this will provide more useful things) 
         <para /></listitem>
     </varlistentry>
     <varlistentry>
index 31cbf0a..1019c88 100644 (file)
@@ -16,7 +16,7 @@
                        <firstname>Brenden</firstname>
                        <surname>Matthews</surname>
                </author>
-               <date>2009-07-31</date>
+               <date>2009-08-01</date>
        </refentryinfo>
        <refmeta>
                <refentrytitle>conky</refentrytitle>
index 3f2d625..b797373 100644 (file)
             </command>
             <option>path</option>
         </term>
-        <listitem>Loads the configfile at path, places the configsettings
-        behind the configsettings in the orginal config and places the
-        vars where the includevar stood.
-        <para /></listitem>
+        <listitem>
+            <para>Loads the configfile at path, places the
+            configsettings behind the configsettings in the orginal
+            config and places the vars where the includevar
+            stood.</para>
+        </listitem>
     </varlistentry>
     <varlistentry>
         <term>