unset PAGER before generating README
[monky] / doc / conky-howto.xml
index 1f41ab9..f322f5a 100644 (file)
@@ -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,7 +54,7 @@ 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">
@@ -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>