Changeset af373d35 for general/sysutils


Ignore:
Timestamp:
03/03/2013 05:01:06 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
66b86c90
Parents:
d3970e1
Message:

Minor cleanup and tweaks to various packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11051 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/lm_sensors.xml

    rd3970e1 raf373d35  
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to Lm Sensors</title>
    33 
    34     <para>
    35       The <application>Lm Sensors</application> package provides user-space
     32    <title>Introduction to lm_sensors</title>
     33
     34    <para>
     35      The <application>lm_sensors</application> package provides user-space
    3636      support for the hardware monitoring drivers in the Linux kernel.
    3737      This is useful for monitoring the temperature of the CPU and adjusting the
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Lm Sensors Dependencies</bridgehead>
     77    <bridgehead renderas="sect3">lm_sensors Dependencies</bridgehead>
    7878
    7979    <bridgehead renderas="sect4">Required</bridgehead>
     
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
    86       <ulink url="http://oss.oetiker.ch/rrdtool/">RRDtool</ulink>
     86      <ulink url="http://oss.oetiker.ch/rrdtool/">RRDtool (required to build the
     87      <command>sensord</command> program)</ulink>
    8788    </para>
    8889
     
    134135
    135136  <sect2 role="installation">
    136     <title>Installation of Lm Sensors</title>
    137 
    138     <para>
    139       Install <application>Lm Sensors</application> by running the following
     137    <title>Installation of lm_sensors</title>
     138
     139    <para>
     140      Install <application>lm_sensors</application> by running the following
    140141      commands:
    141142    </para>
    142143
    143 <screen><userinput>make PREFIX=/usr BUILD_STATIC_LIB=0 \
     144<screen><userinput>make PREFIX=/usr        \
     145     BUILD_STATIC_LIB=0 \
    144146     MANDIR=/usr/share/man</userinput></screen>
    145147
     
    152154    </para>
    153155
    154 <screen role="root"><userinput>make PREFIX=/usr BUILD_STATIC_LIB=0 \
     156<screen role="root"><userinput>make PREFIX=/usr        \
     157     BUILD_STATIC_LIB=0 \
    155158     MANDIR=/usr/share/man install &amp;&amp;
    156 mkdir -pv /usr/share/doc/lm_sensors-&lm_sensors-version; &amp;&amp;
    157 cp -rfv doc/* /usr/share/doc/lm_sensors-&lm_sensors-version;</userinput></screen>
     159install -v -m755 -d /usr/share/doc/lm_sensors-&lm_sensors-version; &amp;&amp;
     160cp -rv              README INSTALL doc/* \
     161                    /usr/share/doc/lm_sensors-&lm_sensors-version;</userinput></screen>
    158162  </sect2>
    159163
     
    163167    <para>
    164168      <parameter>BUILD_STATIC_LIB=0</parameter>: This parameter disables
    165       compiling and installing the static version of libsensors.
     169      compiling and installing the static version of
     170      <filename class="libraryfile">libsensors</filename>.
    166171    </para>
    167172
    168173    <para>
    169174      <parameter>PROG_EXTRA=sensord</parameter>: This parameter enables
    170       compiling sensord, a daemon that can monitor your system at regular
    171       intervals. Compiling <command>sensord</command> requires
     175      compiling <command>sensord</command>, a daemon that can monitor your
     176      system at regular intervals. Compiling <command>sensord</command> requires
    172177      <ulink url="http://oss.oetiker.ch/rrdtool/">RRDtool</ulink>. Compiling
    173178      RRDtool 1.4.6 requires a sed: <command>sed -i '/ sv_undef/d'
     
    197202
    198203      <para>
    199         To find out what hardware sensors your system has, as the
    200         <systemitem class="username">root</systemitem> user:
     204        To find out what hardware sensors your system has, issue the following
     205        command as the <systemitem class="username">root</systemitem> user:
    201206      </para>
    202207
     
    204209
    205210      <para>
    206         Hopefully it will load the appropriate modules and give you a summary
    207         at the end. Now you know what is needed you can recompile your kernel
    208         and just enable the options you need (ie, don't enable the modules you
    209         can't use).
     211        The appropriate modules should have been loaded and a summary is
     212        displayed at the end. Now you know what is needed and you can recompile
     213        your kernel to enable just the options you need (i.e., don't enable the
     214        modules you cannot use).
    210215      </para>
    211216
     
    224229      <seglistitem>
    225230        <seg>
    226           fancontrol, isadump, isaset, pwmconfig,
    227           sensors, sensors-conf-convert and
    228           sensors-detect
     231          fancontrol, isadump, isaset, pwmconfig, sensors, sensors-conf-convert,
     232          sensors-detect, and optionally, sensord
    229233        </seg>
    230234        <seg>
     
    247251        <listitem>
    248252          <para>
    249             is a shell script for use with lm_sensors. It reads its
    250             configuration from a file, then calculates fan speeds from
    251             temperatures and sets the corresponding PWM outputs to the computed
    252             values.
     253            is a shell script for use with <application>lm_sensors</application>.
     254            It reads its configuration from a file<!--what file?-->, then
     255            calculates fan speeds from temperatures and sets the corresponding
     256            PWM outputs to the computed values.
    253257          </para>
    254258          <indexterm zone="lm_sensors fancontrol">
     
    315319        <listitem>
    316320          <para>
    317             is a Perl script to convert lm-sensors version 2 configuration files
     321            is a <application>Perl</application> script to convert
     322            <application>lm-sensors</application> version 2 configuration files
    318323            to work with version 3.
    319324          </para>
     
    328333        <listitem>
    329334          <para>
    330             is a Perl script that will walk you through the process of scanning
    331             your system for various hardware monitoring chips, or sensors,
    332             supported by libsensors(3), or more generally by the lm_sensors
    333             tool suite.
     335            is a <application>Perl</application> script that will walk you
     336            through the process of scanning your system for various hardware
     337            monitoring chips (sensors) supported by
     338            <filename class="libraryfile">libsensors</filename>, or more
     339            generally by the <application>lm_sensors</application> tool suite.
    334340          </para>
    335341          <indexterm zone="lm_sensors sensors-detect">
     
    343349        <listitem>
    344350          <para>
    345             contains the lm_sensors API functions.
     351            contains the <application>lm_sensors</application> API functions.
    346352          </para>
    347353          <indexterm zone="lm_sensors libsensors">
Note: See TracChangeset for help on using the changeset viewer.