Changeset c5c2654 for x/installing


Ignore:
Timestamp:
04/10/2006 06:39:30 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
38e4f06
Parents:
3cb0c57
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #10

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

Location:
x/installing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x-setup.xml

    r3cb0c57 rc5c2654  
    145145      accomplished by running the following command as the <systemitem
    146146      class="username">root</systemitem> user, substituting the proper value
    147       for <replaceable>[X]</replaceable>:</para>
    148 
    149 <screen role="root"><userinput>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>[X]</replaceable>\1,g' \
     147      for <replaceable>&lt;X&gt;</replaceable>:</para>
     148
     149<screen role="root"><userinput>sed -i 's,iso8859-1\( \|$\),iso8859-<replaceable>&lt;X&gt;</replaceable>\1,g' \
    150150    /usr/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias</userinput></screen>
    151151
  • x/installing/xorg.xml

    r3cb0c57 rc5c2654  
    216216      following command:</para>
    217217
    218 <screen><userinput>sed -i 's@/usr/X11R6@<replaceable>[/usr]</replaceable>@' programs/luit/parser.h</userinput></screen>
     218<screen><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;/usr&gt;</replaceable>@' programs/luit/parser.h</userinput></screen>
    219219
    220220    </sect3>
  • x/installing/xorg7.xml

    r3cb0c57 rc5c2654  
    144144    command:</para>
    145145
    146 <screen><userinput>export XORG_PREFIX="<replaceable>[/usr]</replaceable>"</userinput></screen>
     146<screen><userinput>export XORG_PREFIX="<replaceable>&lt;/usr&gt;</replaceable>"</userinput></screen>
    147147
    148148    <para>Throughout these instructions, you will use the same three
     
    154154    <note>
    155155      <para>If you've decided to use an alternate prefix, be sure to add
    156       <filename class="directory"><replaceable>[/usr]</replaceable>/lib/pkgconfig</filename>
     156      <filename class="directory"><replaceable>&lt;/usr&gt;</replaceable>/lib/pkgconfig</filename>
    157157      to your <envar>PKG_CONFIG_PATH</envar> variable.</para>
    158158    </note>
     
    536536
    537537<screen><userinput>./configure $XORG_CONFIG \
    538     --with-mesa-source='<replaceable>[/path/to]</replaceable>/Mesa-&mesalib-version;' \
     538    --with-mesa-source='<replaceable>&lt;/path/to&gt;</replaceable>/Mesa-&mesalib-version;' \
    539539    --with-fontdir=$XORG_PREFIX/lib/X11/fonts \
    540540    --with-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.