Changeset e6c8119


Ignore:
Timestamp:
05/25/2006 02:01:00 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2fe5051a
Parents:
3202348
Message:

Fixed generation of diff's man page, fixes #1800.
Thanks Randy McMurchy for the report and Ken Moffat for the fix.
Also, some slight wording adjustments on the Shadow page.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3202348 re6c8119  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>May 25, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - Fixed generation of diff's man page.
     44          Thanks Randy McMurchy for the report and Ken Moffat for the fix.
     45          Fixes #1800.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
    3849
    3950    <listitem>
  • chapter06/diffutils.xml

    r3202348 re6c8119  
    4141
    4242<screen><userinput>patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen>
     43
     44    <para>The above patch will cause the Diffutils build system to attempt to
     45    rebuild the <filename>diff.1</filename> man page using the unavailable
     46    program <command>help2man</command>. The result is an unreadable man page for
     47    <command>diff</command>. We can avoid this by updating the timestamp on
     48    the file <filename>man/diff.1</filename>:</para>
     49
     50<screen><userinput>touch man/diff.1</userinput></screen>
    4351
    4452    <para>Prepare Diffutils for compilation:</para>
  • chapter06/shadow.xml

    r3202348 re6c8119  
    132132
    133133    <note>
    134       <para>If you built Shadow with Cracklib support, insert the following into
    135       the <command>sed</command> given below:</para>
     134     <para>If you built Shadow with Cracklib support, run the following:</para>
    136135
    137136<screen><literal>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' /etc/login.defs</literal></screen>
  • general.ent

    r3202348 re6c8119  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060522">
    3 <!ENTITY releasedate "May 22, 2006">
     2<!ENTITY version "SVN-20060525">
     3<!ENTITY releasedate "May 25, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.