mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Fix typo in Chapter 6 GCC instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0c30dc996e
commit
8dac2e25fd
@ -91,7 +91,7 @@ cd ../gcc-build</userinput></screen>
|
||||
<term><parameter>--with-system-zlib</parameter></term>
|
||||
<listitem>
|
||||
<para>This switch tells GCC to link to the system installed copy of
|
||||
the Zlib library, rather than its own internl copy.</para>
|
||||
the Zlib library, rather than its own internal copy.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20101024">
|
||||
<!ENTITY releasedate "October 24, 2010">
|
||||
<!ENTITY version "SVN-20101026">
|
||||
<!ENTITY releasedate "October 26, 2010">
|
||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "6.8">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user