Changeset 06948c1


Ignore:
Timestamp:
08/12/2005 08:03:48 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
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:
a6c7de59
Parents:
0687e9f
Message:

Change findutils' and vim's configure option explanations conform to the convention used elsewhere in the book (fixes bug 1613)

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0687e9f r06948c1  
    113113</listitem>
    114114
     115<listitem><para>August 12th, 2005 [matt]: Change findutils and vim's configure
     116switch explanations to the convention used in the rest of the book (Bug
     1171613).</para></listitem>
     118
    115119<listitem><para>August 12th, 2005 [matt]: Expand explanation of device node
    116120creation at the start of chapter 6.</para></listitem>
  • chapter06/findutils.xml

    r0687e9f r06948c1  
    3939    --localstatedir=/var/lib/locate</userinput></screen>
    4040
    41 <para>The <parameter>localstatedir</parameter> option above changes the
    42 location of the <command>locate</command> database to be in <filename
    43 class="directory">/var/lib/locate</filename>, which is FHS-compliant.</para>
     41<para>The meaning of the configure options:</para>
     42
     43<variablelist>
     44<varlistentry>
     45<term><parameter>--localstatedir</parameter></term>
     46<listitem><para>This option changes the location of the <command>locate</command>
     47database to be in <filename class="directory">/var/lib/locate</filename>, which
     48is FHS-compliant.</para></listitem>
     49</varlistentry>
     50</variablelist>
    4451
    4552<para>Compile the package:</para>
  • chapter06/vim.xml

    r0687e9f r06948c1  
    5656<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
    5757
    58 <para>The optional but highly recommended
    59 <parameter>--enable-multibyte</parameter> switch includes support for
    60 editing files in multibyte character encodings into
    61 <command>vim</command>.  This is needed if using a locale with
    62 a multibyte character set. This switch is also helpful to be able to
    63 edit text files initially created in Linux distributions like Fedora
    64 Core that use UTF-8 as a default character set.</para>
     58<para>The meaning of the configure options:</para>
     59
     60<variablelist>
     61<varlistentry>
     62<term><parameter>--enable-multibyte</parameter></term>
     63<listitem><para>This optional but highly recommended switch enables support for
     64editing files in multibyte character encodings.  This is needed if using a
     65locale with a multibyte character set. This switch is also helpful to be able to
     66edit text files initially created in Linux distributions like Fedora Core that
     67use UTF-8 as a default character set.</para>
     68</listitem>
     69</varlistentry>
     70</variablelist>
    6571
    6672<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.