Ignore:
Timestamp:
04/10/2006 06:35:56 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, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
0a7c3921
Parents:
7e1f3aa
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 #3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hal.xml

    r7e1f3aa r1039de3  
    100100    <xref linkend="doxygen"/>, and
    101101    <xref linkend="docbook-utils"/></para>
     102
     103    <para condition="html" role="usernotes">User Notes:
     104    <ulink url="&blfs-wiki;/hal"/></para>
    102105
    103106  </sect2>
     
    321324      created in <filename>/etc/fstab</filename>, issue the following commands
    322325      as the <systemitem class="username">root</systemitem> user (you must
    323       substitute the proper data for the <replaceable>[iocharset]</replaceable>
    324       and <replaceable>[codepage]</replaceable> info):</para>
     326      substitute the proper data for the
     327      <replaceable>&lt;iocharset&gt;</replaceable> and
     328      <replaceable>&lt;codepage&gt;</replaceable> info):</para>
    325329
    326330<screen role="root"><userinput>install -v -m755 -d /etc/hal/fdi/policy/30user &amp;&amp;
     
    343347      &lt;!-- Set the iocharset variable in the /etc/fstab file entry --&gt;
    344348      &lt;merge
    345         key="storage.policy.default.mount_option.iocharset=<replaceable>[iocharset]</replaceable>"
     349        key="storage.policy.default.mount_option.iocharset=<replaceable>&lt;iocharset&gt;</replaceable>"
    346350        type="bool"&gt;true&lt;/merge&gt;
    347351
    348352      &lt;!-- Set the codepage variable in the /etc/fstab file entry --&gt;
    349353      &lt;merge
    350         key="storage.policy.default.mount_option.codepage=<replaceable>[codepage]</replaceable>"
     354        key="storage.policy.default.mount_option.codepage=<replaceable>&lt;codepage&gt;</replaceable>"
    351355        type="bool"&gt;true&lt;/merge&gt;
    352356
     
    368372
    369373<screen><literal>  &lt;device&gt;
    370     &lt;match key="<replaceable>[text]</replaceable>" string="<replaceable>[text]</replaceable>"&gt;
     374    &lt;match key="<replaceable>&lt;text&gt;</replaceable>" string="<replaceable>&lt;text&gt;</replaceable>"&gt;
    371375
    372376      &lt;!-- Set the iocharset variable in the /etc/fstab file entry --&gt;
    373       &lt;merge key="<replaceable>[iocharset text]</replaceable>" type="bool"&gt;true&lt;/merge&gt;
     377      &lt;merge key="<replaceable>&lt;iocharset text&gt;</replaceable>" type="bool"&gt;true&lt;/merge&gt;
    374378
    375379      &lt;!-- Set the codepage variable in the /etc/fstab file entry --&gt;
    376       &lt;merge key="<replaceable>[codepage text]</replaceable>" type="bool"&gt;true&lt;/merge&gt;
     380      &lt;merge key="<replaceable>&lt;codepage text&gt;</replaceable>" type="bool"&gt;true&lt;/merge&gt;
    377381
    378382    &lt;/match&gt;
     
    428432        hald-probe-printer, hald-probe-smbios, hald-probe-storage,
    429433        hald-probe-volume and lshal</seg>
    430         <seg>libhal.[so,a] and libhal-storage,[so,a]</seg>
     434        <seg>libhal.{so,a} and libhal-storage,{so,a}</seg>
    431435        <seg>/etc/hal, /usr/include/hal, /usr/lib/hal,
    432436        /usr/share/doc/hal-&hal-version;, /usr/share/hal
     
    612616
    613617      <varlistentry id="libhal">
    614         <term><filename class='libraryfile'>libhal.[so,a]</filename></term>
     618        <term><filename class='libraryfile'>libhal.{so,a}</filename></term>
    615619        <listitem>
    616620          <para>contains the API functions required by the
    617621          <application>HAL</application> programs.</para>
    618622          <indexterm zone="hal libhal">
    619             <primary sortas="c-libhal">libhal.[so,a]</primary>
     623            <primary sortas="c-libhal">libhal.{so,a}</primary>
    620624          </indexterm>
    621625        </listitem>
     
    623627
    624628      <varlistentry id="libhal-storage">
    625         <term><filename class='libraryfile'>libhal-storage.[so,a]</filename></term>
     629        <term><filename class='libraryfile'>libhal-storage.{so,a}</filename></term>
    626630        <listitem>
    627631          <para>contains the API functions required by the
     
    629633          programs.</para>
    630634          <indexterm zone="hal libhal-storage">
    631             <primary sortas="c-libhal-storage">libhal-storage.[so,a]</primary>
     635            <primary sortas="c-libhal-storage">libhal-storage.{so,a}</primary>
    632636          </indexterm>
    633637        </listitem>
Note: See TracChangeset for help on using the changeset viewer.