Changeset 343c80b for chapter06


Ignore:
Timestamp:
09/30/2004 09:29:32 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8eeb6bc
Parents:
00caac0
Message:

Textual edits

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/grub.xml

    r00caac0 r343c80b  
    4747<userinput>make check</userinput>.</para>
    4848
    49 <para>Note that the test results will always give the error
    50   <quote>ufs2_stage1_5 is too big</quote>.  This is due to a compiler issue,
    51   but can be ignored unless you plan to boot from a UFS partition, normally only
    52   used by Sun workstations.
    53 </para>
     49<para>Note that the test results will always show the error
     50<quote>ufs2_stage1_5 is too big</quote>.  This is due to a compiler
     51issue, but can be ignored unless you plan to boot from an UFS
     52partition. The partitions are normally only used by Sun
     53workstations.</para>
    5454
    5555<para>Install the package:</para>
  • chapter06/texinfo.xml

    r00caac0 r343c80b  
    3030<title>Installation of Texinfo</title>
    3131
    32 <para>Texinfo-&texinfo-version; has a bug that can lead to the
    33 <command>info</command> program to crash.  Apply a patch to fix this
    34 problem:</para>
     32<para>The following patch fixes a problem where the
     33<command>info</command> program sometimes crashes when hitting the
     34<emphasis>Delete</emphasis> key on the keyboard:</para>.
    3535
    3636<screen><userinput>patch -Np1 -i ../texinfo-&texinfo-version;-segfault-1.patch</userinput></screen>
  • chapter06/zlib.xml

    r00caac0 r343c80b  
    2929<title>Installation of Zlib</title>
    3030
    31 <para>Zlib-&zlib-version; has a known security vulnerability.  Apply a patch to
    32 fix this problem:</para>
     31<para>The following patch fixes a Denial of Service vulnerability in
     32the Zlib compression library:</para>
    3333
    3434<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security-1.patch</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.