improve doc
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 14 Oct 2014 21:07:23 +0000 (23:07 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 14 Oct 2014 21:07:23 +0000 (23:07 +0200)
doc/faq.html
doc/faq.txt

index b55a4b5..1fa996b 100644 (file)
@@ -716,14 +716,13 @@ It should output something like:</p></div>
 <div class="paragraph"><p>Depending on the Linux distribution, the installation of the <code>hddtemp</code>\r
 package does not enable the hddtemp daemon automaticaly.</p></div>\r
 <div class="paragraph"><p>In this case, edit the file <code>/etc/default/hddtemp</code> and set\r
-<code>RUN_DAEMON</code> to <code>"true"</code> like in the following example:</p></div>\r
+<code>RUN_DAEMON</code> to <code>"true"</code>. After edition, it should contain the\r
+following line:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><code># hddtemp network daemon switch. If set to true, hddtemp will listen\r
-# for incoming connections.\r
-RUN_DAEMON="true"</code></pre>\r
+<pre><code>RUN_DAEMON="true"</code></pre>\r
 </div></div>\r
-<div class="paragraph"><p>For Debian/Ubuntu, you can use</p></div>\r
+<div class="paragraph"><p>For Debian/Ubuntu, you can use at root:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
 <pre><code>dpkg-reconfigure hddtemp</code></pre>\r
@@ -775,7 +774,7 @@ of sensors.conf(5).</p></div>
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2014-10-12 12:23:53 CEST\r
+Last updated 2014-10-14 22:59:10 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 107da00..174d3bd 100644 (file)
@@ -260,15 +260,14 @@ Depending on the Linux distribution, the installation of the +hddtemp+
 package does not enable the hddtemp daemon automaticaly.
 
 In this case, edit the file +/etc/default/hddtemp+ and set
-+RUN_DAEMON+ to +"true"+ like in the following example:
++RUN_DAEMON+ to +"true"+. After edition, it should contain the
+following line:
 
 ------------------
-# hddtemp network daemon switch. If set to true, hddtemp will listen
-# for incoming connections.
 RUN_DAEMON="true"
 ------------------
 
-For Debian/Ubuntu, you can use
+For Debian/Ubuntu, you can use at root:
 ------------------
 dpkg-reconfigure hddtemp
 ------------------