Bump for release.
[monky] / doc / conky-howto.xml
index 2a17013..f322f5a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "http://www.gentoo.org/dtd/guide.dtd">
 
-<guide link="/doc/en/Conky-howto.xml">
+<guide link="/doc/en/conky-howto.xml">
 <title>Gentoo Linux Conky Howto</title>
 
 <author title="Author">
@@ -9,7 +9,7 @@
 </author>
 
 <author title="Editor">
-  <mail link="brenden@rty.ca">Brenden Matthews</mail>
+  <mail link="brenden@diddyinc.com">Brenden Matthews</mail>
 </author>
 
 <abstract>
@@ -54,12 +54,12 @@ Unlike other system monitors such as top, Conky can run as a window in an X sess
 <body>
 
 <p>
-Gentoo provides an ebuild to quickly and easily install Conky.  Pay particular attention to the the USE flags.  You'll most likely want X11 support (<c>X</c>), and make sure you select the USE flags for any music players (other than MPD) which you want.  XMMS (<c>xmms</c>), Audacious (<c>audacious</c>), BMPx (<c>bmpx</c>), or XMMS support via the xmms-infopipe plugin (<c>infopipe</c>).  If you want to use the TCP port monitor, be SURE to disable the <c>ipv6</c> use flag, as the port monitor is for ipv4 systems only.
+Gentoo provides an ebuild to quickly and easily install Conky.  Pay particular attention to the the USE flags.  You'll most likely want X11 support (<c>X</c>), and make sure you select the USE flags for any music players (other than MPD) which you want.  XMMS (<c>xmms</c>), Audacious (<c>audacious</c>), BMPx (<c>bmpx</c>), or XMMS support via the xmms-infopipe plugin (<c>infopipe</c>).
 </p>
 
 <pre caption="/etc/portage/package.use">
 <comment># Example line to append to /etc/portage/package.use if you don't want the default USE flags.</comment>
-<i>app-admin/Conky xmms infopipe -ipv6</i>
+<i>app-admin/conky xmms infopipe -ipv6</i>
 </pre>
 
 <p>
@@ -98,11 +98,11 @@ By default, Conky will look for a configuration file in the users home directory
 </p>
 
 <pre caption="Copying the sample configuration to your home directory">
-$ <i>zcat /usr/share/conky-1.4.0/conkyrc.sample.gz >> ~/.conkyrc</i>
+$ <i>zcat /usr/share/conky-1.6.0/conkyrc.sample.gz >> ~/.conkyrc</i>
 </pre>
 
 <note>
-Make sure to replace "1.4.0" with the specific version of Conky you have installed.
+Make sure to replace "1.6.0" with the specific version of Conky you have installed.
 </note>
 
 <p>