Changeset af8a78d for postlfs


Ignore:
Timestamp:
01/10/2018 10:44:47 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aa79220
Parents:
c9d977e8
Message:

Fix various typos/wordings

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

Location:
postlfs
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/devices.xml

    rc9d977e8 raf8a78d  
    179179    <title>Devices for DVD Drives</title>
    180180
    181     <para>If the initial boot process doe not set up the
     181    <para>If the initial boot process does not set up the
    182182    <systemitem>/dev/dvd</systemitem> device properly, it can
    183183    be installed using the following modification to the default udev rules.
  • postlfs/config/firmware.xml

    rc9d977e8 raf8a78d  
    268268      family):</para>
    269269
    270 <screen><userinput>cp -v /lib/firmware/amd_ucode/&lt;MYCONTAINER&gt; kernel/x86/microcode/AuthenticAMD.bin</userinput></screen>
     270<screen><userinput>cp -v /lib/firmware/amd-ucode/&lt;MYCONTAINER&gt; kernel/x86/microcode/AuthenticAMD.bin</userinput></screen>
    271271
    272272      <para>Or for an Intel machine copy the appropriate blob using this command:</para>
  • postlfs/filesystems/lvm2.xml

    rc9d977e8 raf8a78d  
    194194
    195195    <para>
    196       Those tests do not implement the <quote>expected fail</quote> possibility,
     196      The tests do not implement the <quote>expected fail</quote> possibility,
    197197      and a small number of test failures is expected by upstream. More
    198198      failures may happen because some kernel options are missing. For example,
  • postlfs/filesystems/mdadm.xml

    rc9d977e8 raf8a78d  
    139139
    140140    <para>
    141       <parameter>--logdir=test-logs</parameter>: Defines that the directory
     141      <parameter>--logdir=test-logs</parameter>: Defines the directory
    142142      where test logs are saved.
    143143    </para>
  • postlfs/filesystems/parted.xml

    rc9d977e8 raf8a78d  
    117117
    118118    <para>If you wish to run the test suite, first remove a test that normally
    119     fails in BLFS, because it needs a locale C.UTF-8:</para>
     119    fails in BLFS (because it needs a locale C.UTF-8):</para>
    120120
    121121<screen><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile</userinput></screen>
  • postlfs/security/polkit.xml

    rc9d977e8 raf8a78d  
    3939    &lfs81_checked;
    4040
    41     <note><para>Due to lack of relases, a tarball has been generated for use by
     41    <note><para>Due to lack of releases, a tarball has been generated for use by
    4242    BLFS, which includes a git checkout at ref 2919920, and a pending patch to
    4343    use js38. The patch is included in the tarball for review.</para></note>
Note: See TracChangeset for help on using the changeset viewer.