Ignore:
Timestamp:
04/10/2006 06:40:34 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:
10ce9fe
Parents:
38e4f06
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 #12

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

Location:
introduction/important
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/bootscripts.xml

    r38e4f06 r57b11363  
    4444  requested from BLFS Bootscripts, simply change to the directory and as the
    4545  <systemitem class="username">root</systemitem> user, execute the given
    46   <command>make install-<replaceable>[init-script]</replaceable></command>
     46  <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
    4747  command. This command installs the init script to its proper location (along
    4848  with any auxiliary configuration scripts) and also creates the appropriate
  • introduction/important/building-notes.xml

    r38e4f06 r57b11363  
    111111    to the md5sum data shown in the BLFS book.</para>
    112112
    113 <screen><userinput>md5sum <replaceable>[name_of_downloaded_file]</replaceable></userinput></screen>
     113<screen><userinput>md5sum <replaceable>&lt;name_of_downloaded_file&gt;</replaceable></userinput></screen>
    114114
    115115  </sect2>
     
    122122    files are also useful for debugging and keeping records. The following
    123123    command allows you to create an installation log. Replace
    124     <replaceable>[command]</replaceable> with the command you intend to execute.</para>
    125 
    126 <screen><userinput>( <replaceable>[command]</replaceable> 2&gt;&amp;1 | tee compile.log &amp;&amp; exit $PIPESTATUS )</userinput></screen>
     124    <replaceable>&lt;command&gt;</replaceable> with the command you intend to execute.</para>
     125
     126<screen><userinput>( <replaceable>&lt;command&gt;</replaceable> 2&gt;&amp;1 | tee compile.log &amp;&amp; exit $PIPESTATUS )</userinput></screen>
    127127
    128128    <para><option>2&gt;&amp;1</option> redirects error messages to the same
     
    131131    around the command run the entire command in a subshell and finally the
    132132    <command>exit $PIPESTATUS</command> command ensures the result of the
    133     <replaceable>[command]</replaceable> is returned as the result and not the
     133    <replaceable>&lt;command&gt;</replaceable> is returned as the result and not the
    134134    result of the <command>tee</command> command.</para>
    135135
  • introduction/important/locale-issues.xml

    r38e4f06 r57b11363  
    113113
    114114<screen><userinput>convmv -f iso-8859-1 -t cp850 -r --nosmart --notest \
    115     <replaceable>[/path/to/unzipped/files]</replaceable></userinput></screen>
     115    <replaceable>&lt;/path/to/unzipped/files&gt;</replaceable></userinput></screen>
    116116
    117117        <para>Step 2. Do the correct conversion instead:</para>
    118118
    119119<screen><userinput>convmv -f cp866 -t koi8-r -r --nosmart --notest \
    120     <replaceable>[/path/to/unzipped/files]</replaceable></userinput></screen>
     120    <replaceable>&lt;/path/to/unzipped/files&gt;</replaceable></userinput></screen>
    121121      </blockquote>
    122122
Note: See TracChangeset for help on using the changeset viewer.