Changeset 601a838 for general


Ignore:
Timestamp:
08/22/2012 10:30:35 PM (12 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:
7368969
Parents:
c35030e
Message:

Fixed typos and added missing XML tags

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

Location:
general
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pth.xml

    rc35030e r601a838  
    8181
    8282<screen><userinput>sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' Makefile.in &amp;&amp;
    83 ./configure --prefix=/usr --disable-static --mandir=/usr/share/man &amp;&amp;
     83./configure --prefix=/usr           \
     84            --disable-static        \
     85            --mandir=/usr/share/man &amp;&amp;
    8486make</userinput></screen>
    8587
     
    98100    <title>Command Explanations</title>
    99101
    100     <para><command>sed -i 's#$(LOBJS) ...</command>: This sed fixes a race
    101     condition in the Makefile. It allows you to run <command>make</command> with
    102     multiple jobs (eg, <command>make -j4</command>) <!-- how ironic that a
    103     package for using multiple threads has this bug in its Makefile-->.</para>
     102    <para><command>sed -i 's#$(LOBJS) ...</command>: This <command>sed</command>
     103    fixes a race condition in the <filename>Makefile</filename>. It allows you
     104    to run <command>make</command> with multiple jobs (e.g., <command>make -j4</command>)
     105    <!-- how ironic that a package for using multiple threads has this bug in
     106    its Makefile -->.</para>
    104107
    105108    <para><option>--disable-static</option>: This option stops it compiling a
     
    107110
    108111    <para><option>--mandir=/usr/share/man</option>: This option puts the man
    109     pages in /usr/share/man and not /usr/man.</para>
     112    pages in <filename class="directory">/usr/share/man</filename> and not
     113    <filename class="directory">/usr/man</filename>.</para>
    110114  </sect2>
    111115
  • general/prog/git.xml

    rc35030e r601a838  
    234234
    235235      <para>If you want to use <command>git svn</command> you will need to
    236       install <xref linkend="subversion"/> and its perl bindings.</para>
     236      install <xref linkend="subversion"/> and its Perl bindings.</para>
    237237
    238238      <para>To be able to use git to pull from a https source you need first
  • general/prog/guile.xml

    rc35030e r601a838  
    233233        <listitem>
    234234          <para>
    235             is a wrapper program installed along with <command>guile</command>
     235            is a wrapper program installed along with <command>guile</command>,
    236236            which knows where a particular module is installed and calls it,
    237237            passing its arguments to the program.
  • general/prog/other-tools.xml

    rc35030e r601a838  
    19401940
    19411941        <para><application>gtk2-perl</application> is the collective name for
    1942         a set of perl bindings for <application>GTK+</application> 2.x and
     1942        a set of Perl bindings for <application>GTK+</application> 2.x and
    19431943        various related libraries. These modules make it easy to write
    19441944        <application>GTK</application> and <application>GNOME</application>
    1945         applications using a natural, perlish, object-oriented syntax.</para>
     1945        applications using a natural, Perlish, object-oriented syntax.</para>
    19461946
    19471947        <itemizedlist spacing="compact">
  • general/sysutils/autofs.xml

    rc35030e r601a838  
    251251      <title>Boot Script</title>
    252252
    253       <para> <application>autofs</application> installs it's own boot script,
     253      <para> <application>autofs</application> installs its own boot script,
    254254      but it has no capability for logging or visual conformance with other
    255255      BLFS scripts.</para>
  • general/sysutils/lm_sensors.xml

    rc35030e r601a838  
    310310        <listitem>
    311311          <para>
    312             is a perl script to convert lm-sensors version 2 configuration files
     312            is a Perl script to convert lm-sensors version 2 configuration files
    313313            to work with version 3.
    314314          </para>
     
    323323        <listitem>
    324324          <para>
    325             is a perl script that will walk you through the process of scanning
     325            is a Perl script that will walk you through the process of scanning
    326326            your system for various hardware monitoring chips, or sensors,
    327327            supported by libsensors(3), or more generally by the lm_sensors
  • general/sysutils/udev-extras.xml

    rc35030e r601a838  
    119119<screen><userinput>make -f udev-lfs-186/Makefile.lfs keymap</userinput></screen>
    120120
    121     <para>To install <command>keymap</command> and it's assiciated files,
    122     run, as the <systemitem class="username">root</systemitem> user:</para>
     121    <para>To install <command>keymap</command> and its associated files,
     122    issue the following command as the
     123    <systemitem class="username">root</systemitem> user:</para>
    123124
    124125<screen><userinput>make -f udev-lfs-186/Makefile.lfs install-keymap</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.