소스 검색

* Minor typo fix (Eric Hobbs)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 년 전
부모
커밋
d6b4e80c23
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      chapter05/flex.xml
  2. 1 1
      chapter06/flex.xml
  3. 2 2
      general.ent

+ 1 - 1
chapter05/flex.xml

@@ -34,7 +34,7 @@
 <para>The GNU autotools detects that the Flex source code has been modified by
 the previous patch, and tries to update the manual page accordingly, but this
 breaks on many systems, and the default page is fine, so make sure it doesn't
-get renegerated:</para>
+get regenerated:</para>
 
 <screen><userinput>touch doc/flex.1</userinput></screen>
 

+ 1 - 1
chapter06/flex.xml

@@ -36,7 +36,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem>
 <para>The GNU autotools detects that the Flex source code has been modified by
 the previous patch, and tries to update the manual page accordingly, but this
 breaks on many systems, and the default page is fine, so make sure it doesn't
-get renegerated:</para>
+get regenerated:</para>
 
 <screen><userinput>touch doc/flex.1</userinput></screen>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040627">
-<!ENTITY releasedate "June 27, 2004">
+<!ENTITY version "SVN-20040628">
+<!ENTITY releasedate "June 28, 2004">
 <!ENTITY milestone "6.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">