Ticket #2458: text-updates.patch
File text-updates.patch, 4.5 KB (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter05/tcl.xml
101 101 102 102 <seglistitem> 103 103 <seg>tclsh (link to tclsh8.5) and tclsh8.5</seg> 104 <seg>libtcl8.5.so </seg>104 <seg>libtcl8.5.so, libtclstub8.5.a</seg> 105 105 </seglistitem> 106 106 </segmentedlist> 107 107 … … 140 140 </listitem> 141 141 </varlistentry> 142 142 143 <varlistentry id="libtclstub8.5.a"> 144 <term><filename class="libraryfile">libtclstub8.5.a</filename></term> 145 <listitem> 146 <para>The Tcl Stub library</para> 147 <indexterm zone="ch-tools-tcl libtclstub8.5.a"> 148 <primary sortas="c-libtclstub8.5.a">libtclstub8.5.a</primary> 149 </indexterm> 150 </listitem> 151 </varlistentry> 152 143 153 </variablelist> 144 154 145 155 </sect2> -
trunk/BOOK/chapter05/gawk.xml
54 54 <term><parameter>ac_cv_func_working_mktime=yes</parameter></term> 55 55 <listitem> 56 56 <para>This parameter bypasses the search for mktime in 57 <command>configure</command> and uses the version in glibc. This is57 <command>configure</command> and uses the version in Glibc. This is 58 58 necessary due to a change in GCC that has not been incorporated into 59 59 this package yet.</para> 60 60 </listitem> -
trunk/BOOK/chapter05/perl.xml
75 75 </variablelist> 76 76 77 77 <para>Only a few of the utilities contained in this package, and one of its 78 libraries need to be built:</para>78 libraries, need to be built:</para> 79 79 80 80 <screen><userinput remap="make">make perl utilities ext/Errno/pm_to_blib</userinput></screen> 81 81 -
trunk/BOOK/chapter06/gmp.xml
55 55 <screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen> 56 56 57 57 <variablelist> 58 <title>The meaning of the new configure option :</title>58 <title>The meaning of the new configure options:</title> 59 59 60 60 <varlistentry> 61 61 <term><parameter>--enable-cxx</parameter></term> … … 64 64 </listitem> 65 65 </varlistentry> 66 66 67 <varlistentry> 68 <term><parameter>--enable-mpbsd</parameter></term> 69 <listitem> 70 <para>This builds the Berkeley MP compatibility library</para> 71 </listitem> 72 </varlistentry> 73 67 74 </variablelist> 68 75 69 76 <para>Compile the package:</para> -
trunk/BOOK/chapter06/gcc.xml
212 212 SEARCH_DIR("/usr/lib");</computeroutput></screen> 213 213 214 214 <para>A 64-bit system may see a few more directories. For example, here 215 is the output from a x86_64 machine:</para>215 is the output from an x86_64 machine:</para> 216 216 217 217 <screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64") 218 218 SEARCH_DIR("/usr/local/lib64") -
trunk/BOOK/chapter06/e2fsprogs.xml
124 124 <screen><userinput remap="install">make install-libs</userinput></screen> 125 125 126 126 <para>Make the installed static libraries writable so debugging symbols can 127 be removed later .</para>127 be removed later:</para> 128 128 129 129 <screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen> 130 130 -
trunk/BOOK/chapter09/reboot.xml
30 30 31 31 <screen><userinput>logout</userinput></screen> 32 32 33 <para>Then unmount the virtual file ssystems:</para>33 <para>Then unmount the virtual file systems:</para> 34 34 35 35 <screen><userinput>umount -v $LFS/dev/pts 36 36 umount -v $LFS/dev/shm