add system-wide config to FILES section
authorPhil Sutter <phil@nwl.cc>
Mon, 11 May 2009 23:31:47 +0000 (01:31 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 11 May 2009 23:31:47 +0000 (01:31 +0200)
doc/docs.xml

index c2cf0de..89d15a1 100644 (file)
 
        <refsect1>
                <title>Files</title>
-               <filename>~/.conkyrc</filename> default configuration file
+               <variablelist>
+                       <varlistentry>
+                               <term><filename>${sysconfdir}/conky/conky.conf</filename></term>
+                               <listitem>Default system-wide configuration file. The value of ${sysconfdir} depends on the compile-time options (most likely /etc).</listitem>
+                       </varlistentry>
+                       <varlistentry>
+                               <term><filename>~/.conkyrc</filename></term>
+                               <listitem>Default personal configuration file.</listitem>
+                       </varlistentry>
+               </variablelist>
        </refsect1>
 
        <refsect1>