fixed formating
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 12 Oct 2014 10:20:35 +0000 (12:20 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 12 Oct 2014 10:20:35 +0000 (12:20 +0200)
doc/faq.html
doc/faq.txt

index 293d41d..da3046f 100644 (file)
@@ -697,42 +697,43 @@ the option <code>Launch on session startup</code>.</p></div>
 <div class="paragraph"><p>This feature is requiring that the Desktop Environment supports the\r
 <a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG\r
 specification</a>.</p></div>\r
-<div class="paragraph" id="S_disk"><p>How to monitor the temperature of a disk with <code>hddtemp</code>?</p></div>\r
+</div>\r
+</div>\r
+<div class="sect1">\r
+<h2 id="S_disk">16. How to monitor the temperature of a disk with <code>hddtemp</code>?</h2>\r
+<div class="sectionbody">\r
+<div class="paragraph"><p>Until the release 1.1.2, Psensor is using <code>hddtemp</code> by default to\r
+retrieve the temperature of the disks.</p></div>\r
+<div class="paragraph"><p>If <code>hddtemp</code> is installed but no disk temperature is reported, check\r
+that the daemon is running by using for example the command <code>ps\r
+-eaf|grep hddtemp</code>.\r
+It should output something like:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><code>Until the release 1.1.2, Psensor is using +hddtemp+ by default to\r
-retrieve the temperature of the disks.\r
-\r
-If +hddtemp+ is installed but no disk temperature is reported, check\r
-that the daemon is running by using for example the command +ps\r
--eaf|grep hddtemp+.\r
-It should output something like:</code></pre>\r
+<pre><code>root      1433     1  0 May28 ?        00:00:21 /usr/sbin/hddtemp -d -l 127.0.0.1 -p 7634 -s | /dev/sdb</code></pre>\r
 </div></div>\r
-<div class="paragraph"><p>root      1433     1  0 May28 ?        00:00:21 /usr/sbin/hddtemp -d -l 127.0.0.1 -p 7634 -s | /dev/sdb</p></div>\r
+<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
 <div class="listingblock">\r
 <div class="content">\r
-<pre><code>Depending on the Linux distribution, the installation of the +hddtemp+\r
-package does not enable the hddtemp daemon automaticaly.\r
-\r
-In this case, edit the file +/etc/default/hddtemp+ and set\r
-+RUN_DAEMON+ to +"true"+ like in the following example:</code></pre>\r
-</div></div>\r
-<div class="paragraph"><p># hddtemp network daemon switch. If set to true, hddtemp will listen\r
+<pre><code># hddtemp network daemon switch. If set to true, hddtemp will listen\r
 # for incoming connections.\r
-RUN_DAEMON="true"</p></div>\r
-<div class="listingblock">\r
-<div class="content">\r
-<pre><code>For Debian/Ubuntu, you can use</code></pre>\r
+RUN_DAEMON="true"</code></pre>\r
 </div></div>\r
-<div class="paragraph"><p>dpkg-reconfigure hddtemp</p></div>\r
+<div class="paragraph"><p>For Debian/Ubuntu, you can use</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><code>and reply +yes+ when asked whether hddtemp daemon must be\r
-run during the startup.\r
-\r
-[[S_SimilarSoft]]\r
-Is there any other similar softwares?</code></pre>\r
+<pre><code>dpkg-reconfigure hddtemp</code></pre>\r
 </div></div>\r
+<div class="paragraph"><p>and reply <code>yes</code> when asked whether hddtemp daemon must be\r
+run during the startup.</p></div>\r
+</div>\r
+</div>\r
+<div class="sect1">\r
+<h2 id="S_SimilarSoft">17. Is there any other similar softwares?</h2>\r
+<div class="sectionbody">\r
 <div class="paragraph"><p>Here is a list of few well-known sensors monitoring softwares:</p></div>\r
 <div class="ulist"><ul>\r
 <li>\r
@@ -760,7 +761,7 @@ more general, but can be configured to display sensors
 </div>\r
 </div>\r
 <div class="sect1">\r
-<h2 id="S_HideSensor">16. Is it possible to hide sensors in the main window?</h2>\r
+<h2 id="S_HideSensor">18. Is it possible to hide sensors in the main window?</h2>\r
 <div class="sectionbody">\r
 <div class="paragraph"><p>Before v1.1.1, the sensors retrieved from the lm-sensor library can be\r
 ignored directly in the lm-sensor configuration. See the manpage\r
@@ -773,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-09-20 09:13:33 CEST\r
+Last updated 2014-10-12 12:20:10 CEST\r
 </div>\r
 </div>\r
 </body>\r
index c837bf3..4b55caa 100644 (file)
@@ -241,7 +241,7 @@ specification].
 
 [[S_disk]]
 How to monitor the temperature of a disk with +hddtemp+?
------------------------------------------
+--------------------------------------------------------
 
 Until the release 1.1.2, Psensor is using +hddtemp+ by default to
 retrieve the temperature of the disks.