Changeset 06948c1
- Timestamp:
- 08/12/2005 08:03:48 PM (19 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- a6c7de59
- Parents:
- 0687e9f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r0687e9f r06948c1 113 113 </listitem> 114 114 115 <listitem><para>August 12th, 2005 [matt]: Change findutils and vim's configure 116 switch explanations to the convention used in the rest of the book (Bug 117 1613).</para></listitem> 118 115 119 <listitem><para>August 12th, 2005 [matt]: Expand explanation of device node 116 120 creation at the start of chapter 6.</para></listitem> -
chapter06/findutils.xml
r0687e9f r06948c1 39 39 --localstatedir=/var/lib/locate</userinput></screen> 40 40 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> 47 database to be in <filename class="directory">/var/lib/locate</filename>, which 48 is FHS-compliant.</para></listitem> 49 </varlistentry> 50 </variablelist> 44 51 45 52 <para>Compile the package:</para> -
chapter06/vim.xml
r0687e9f r06948c1 56 56 <screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen> 57 57 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 64 editing files in multibyte character encodings. This is needed if using a 65 locale with a multibyte character set. This switch is also helpful to be able to 66 edit text files initially created in Linux distributions like Fedora Core that 67 use UTF-8 as a default character set.</para> 68 </listitem> 69 </varlistentry> 70 </variablelist> 65 71 66 72 <para>Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.