Changeset 43b1987f


Ignore:
Timestamp:
03/12/2008 04:05:41 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
458e7586
Parents:
0fb3692
Message:

Standardized the linkend= values to double-qoutes to make searching for package references easier

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • book/foreword.xml

    r0fb3692 r43b1987f  
    2323
    2424  <para>Changes and upgrades to the individual packages are detailed in the
    25   <xref linkend='changelog'/>.  There you will see literally hundreds of
     25  <xref linkend="changelog"/>.  There you will see literally hundreds of
    2626  changes made since the last edition.  In this change log, one name that you
    2727  will see over and over is Randy McMurchy.  Without his efforts this
     
    3636  the license that BLFS is released under has changed significantly.  In
    3737  fact, it is now released under two licenses.  The first license, the
    38   <xref linkend='CC'/>, covers the descriptive text in the book. The second, the
    39   <xref linkend='AFL'/>, covers the instructions actually used to build and
     38  <xref linkend="CC"/>, covers the descriptive text in the book. The second, the
     39  <xref linkend="AFL"/>, covers the instructions actually used to build and
    4040  install the packages.  These licenses, along with the book itself, represent
    4141  our ongoing commitment to open and free software.</para>
     
    5757  version of BLFS are based on the LFS 6.1 Book.  As usual, the list of
    5858  packages that have been upgraded or added are in the
    59   <xref linkend='changelog'/>.</para>
     59  <xref linkend="changelog"/>.</para>
    6060
    6161  <para>One major accomplishment in this
     
    9595  list of packages that have been upgraded or added as well as configuration
    9696  and build command changes are annotated in the
    97   <xref linkend='changelog'/>.</para>
     97  <xref linkend="changelog"/>.</para>
    9898
    9999  <para>Unfortunately, BLFS activity was semi-stagnant for several months
  • general/prog/gcc.xml

    r0fb3692 r43b1987f  
    6161
    6262      <para>Instructions to install the 3.4.6 version of the Fortran compiler
    63       can be found in <xref linkend='gcc3'/> and on the
     63      can be found in <xref linkend="gcc3"/> and on the
    6464      <ulink url="&blfs-wiki;/gcc3">BLFS
    6565      Wiki</ulink>.</para>
  • general/sysutils/pciutils.xml

    r0fb3692 r43b1987f  
    106106    <command>update-pciids</command> as the <systemitem
    107107    class="username">root</systemitem> user. This program requires the
    108     <xref linkend='which'/> script or program to find <xref linkend='curl'/>,
    109     <xref linkend='wget'/> or <xref linkend='lynx'/> which are used to
     108    <xref linkend="which"/> script or program to find <xref linkend="curl"/>,
     109    <xref linkend="wget"/> or <xref linkend="lynx"/> which are used to
    110110    download the most current file, and then replace the existing file in
    111111    <filename class='directory'>/usr/share</filename>.</para>
  • general/sysutils/usbutils.xml

    r0fb3692 r43b1987f  
    102102    <command>update-usbids</command> as the <systemitem
    103103    class="username">root</systemitem> user. This program requires the
    104     <xref linkend='which'/> script or program to find <xref linkend='wget'/>
    105     or <xref linkend='lynx'/> which are used to download the most current file,
     104    <xref linkend="which"/> script or program to find <xref linkend="wget"/>
     105    or <xref linkend="lynx"/> which are used to download the most current file,
    106106    and replace the existing file in
    107107    <filename class='directory'>/usr/share</filename>.</para>
  • postlfs/config/bootdisk.xml

    r0fb3692 r43b1987f  
    6666    entire LFS/BLFS system.  A copy of this CD-ROM is available with the
    6767    printed version of the Linux From Scratch book.  If you download the ISO
    68     image, use <xref linkend='cdrecord'/> to copy the image to a CD-ROM.</para>
     68    image, use <xref linkend="cdrecord"/> to copy the image to a CD-ROM.</para>
    6969
    7070  </sect2>
  • postlfs/config/users.xml

    r0fb3692 r43b1987f  
    108108  <systemitem class="groupname">nogroup</systemitem> and is unnecessary.  The
    109109  issue is explained in more detail in the first note in the <xref
    110   linkend='nfs-utils-install'/> section.</para>
     110  linkend="nfs-utils-install"/> section.</para>
    111111
    112112</sect1>
  • postlfs/security/iptables.xml

    r0fb3692 r43b1987f  
    154154
    155155    <para>Introductory instructions for configuring your firewall are
    156     presented in the next section: <xref linkend='fw-firewall'/></para>
     156    presented in the next section: <xref linkend="fw-firewall"/></para>
    157157
    158158    <sect3  id="iptables-init">
  • server/major/nfs-utils.xml

    r0fb3692 r43b1987f  
    276276        class="filesystem">nfs</systemitem> filesystems, clients will also
    277277        need to install the <filename>netfs</filename> bootscript as described
    278         in <xref linkend='postlfs-config-netfs'/>.</para>
     278        in <xref linkend="postlfs-config-netfs"/>.</para>
    279279
    280280        <indexterm zone="nfs-utils nfs-utils-client-config">
  • x/installing/x-setup.xml

    r0fb3692 r43b1987f  
    7070    to the <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar>
    7171    environment variables, respectively. Instructions for doing this are
    72     described in the section <xref linkend='postlfs-config-profile'/>.</para>
     72    described in the section <xref linkend="postlfs-config-profile"/>.</para>
    7373
    7474    <para>Ensure you replace
     
    240240
    241241    <!-- <para>For a list of the package contents and a description of the commands,
    242     see the sections in the <xref linkend='xfree86-contents'/>.</para> -->
     242    see the sections in the <xref linkend="xfree86-contents"/>.</para> -->
    243243
    244244  </sect2>
  • x/installing/xorg.xml

    r0fb3692 r43b1987f  
    445445
    446446    <!-- <para>For a list of the package contents, see the sections in the
    447     <xref linkend='xfree86-contents'/>.</para> -->
     447    <xref linkend="xfree86-contents"/>.</para> -->
    448448
    449449  </sect2>
  • xsoft/office/gimp.xml

    r0fb3692 r43b1987f  
    9393      <para>If the recommended dependencies are not installed, the
    9494      <command>configure</command> switches below will need to be modified as
    95       explained in <xref linkend='gimp-cmd-explanations'/> below.</para>
     95      explained in <xref linkend="gimp-cmd-explanations"/> below.</para>
    9696    </note>
    9797
Note: See TracChangeset for help on using the changeset viewer.