Changeset af373d35


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

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libdbusmenuqt.xml

    rd3970e1 raf373d35  
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    77     <ulink url="http://qjson.sourceforge.net/">Qjson</ulink> (for building the test suite) and
     77    <ulink url="http://qjson.sourceforge.net/">QJson</ulink> (for building the test suite) and
    7878    <xref linkend="doxygen"/> (for building the API documentation)
    7979    </para>
     
    9797
    9898    <para>To test the results
    99     (<ulink url="http://qjson.sourceforge.net/">Qjson</ulink> must be installed),
     99    (<ulink url="http://qjson.sourceforge.net/">QJson</ulink> must be installed),
    100100    issue: <command>make check</command>.</para>
    101101
  • general/genlib/libksba.xml

    rd3970e1 raf373d35  
    8787    then issue the following commands:</para>
    8888
    89 <screen><userinput>tex --output-directory=doc ksba.texi &amp;&amp;
    90 dvips -o doc/ksba.ps doc/ksba.dvi    &amp;&amp;
    91 make -C doc pdf html</userinput></screen>
     89<screen><userinput>make -C doc ps pdf html</userinput></screen>
    9290
    9391    <para>To test the results, issue: <command>make check</command>.</para>
  • general/genutils/pinentry.xml

    rd3970e1 raf373d35  
    4141    <application>Ncurses</application> (text-based),
    4242    <application>Gtk+</application>, <application>Gtk+-2</application>,
    43     and <application>Qt-3</application>.</para>
     43    <application>Qt-3</application>, and <application>Qt-4</application>.</para>
    4444
    4545    &lfs72_checked;
     
    9494    commands:</para>
    9595
    96 <screen><userinput>./configure --prefix=/usr \
    97             --disable-pinentry-gtk           \
    98             --disable-pinentry-gtk2          \
    99             --disable-pinentry-qt            &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr &amp;&amp;
    10097make &amp;&amp;
    10198
     
    130127  </sect2>
    131128
    132   <sect2 role="commands">
     129  <!-- <sect2 role="commands">
    133130    <title>Command Explanations</title>
    134131
    135     <para><parameter>--disable-...</parameter>: These three parameters are used
     132    <para><parameter>-disable-...</parameter>: These three parameters are used
    136133    to fix a problem with the <command>configure</command> script if the
    137134    optional dependencies are not installed. If the dependencies are installed,
    138135    these parameters may be omitted.</para>
    139136
    140   </sect2>
     137  </sect2> -->
    141138
    142139  <sect2 role="content">
     
    150147      <seglistitem>
    151148        <seg>pinentry, pinentry-curses, pinentry-gtk, pinentry-gtk-2,
    152         and pinentry-qt</seg>
     149        pinentry-qt, and pinentry-qt4</seg>
    153150        <seg>None</seg>
    154151        <seg>/usr/share/doc/pinentry-&pinentry-version;</seg>
     
    208205        <term><command>pinentry-qt</command></term>
    209206        <listitem>
    210           <para> is a <application>Qt</application> GUI
     207          <para> is a <application>Qt-3</application> GUI
    211208          <application>PIN-Entry</application> program.</para>
    212209          <indexterm zone="pinentry pinentry-qt">
     
    216213      </varlistentry>
    217214
     215      <varlistentry id="pinentry-qt4">
     216        <term><command>pinentry-qt4</command></term>
     217        <listitem>
     218          <para> is a <application>Qt-4</application> GUI
     219          <application>PIN-Entry</application> program.</para>
     220          <indexterm zone="pinentry pinentry-qt4">
     221            <primary sortas="b-pinentry-qt4">pinentry-qt4</primary>
     222          </indexterm>
     223        </listitem>
     224      </varlistentry>
     225
    218226    </variablelist>
    219227
  • 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.