소스 검색

fixed typo in direcotry names for app-defaults and info pages dir

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 년 전
부모
커밋
a9c5d3991c
3개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      appendixa/texinfo-desc.xml
  2. 4 0
      chapter01/changelog.xml
  3. 1 1
      chapter06/procps-exp.xml

+ 1 - 1
appendixa/texinfo-desc.xml

@@ -11,7 +11,7 @@ and texindex programs</para>
 
 
 <sect3><title>info</title>
 <sect3><title>info</title>
 <para>The info program reads Info documents, usually contained in the 
 <para>The info program reads Info documents, usually contained in the 
-/usr/doc/info directory. Info documents are like man(ual) pages, but
+/usr/share/info directory. Info documents are like man(ual) pages, but
 they tend to be more in depth than just explaining the options to a
 they tend to be more in depth than just explaining the options to a
 program.</para></sect3>
 program.</para></sect3>
 
 

+ 4 - 0
chapter01/changelog.xml

@@ -24,6 +24,10 @@
 
 
 <itemizedlist>
 <itemizedlist>
 
 
+<listitem><para>January 30th, 2002 [gerard]: Appendix A - Texinfo: the info
+programs works on the /usr/share/info directory not
+/usr/doc/info.</para></listitem>
+
 <listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Procps: Fixed typo
 <listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Procps: Fixed typo
 the path to the app-defaults directory (it's
 the path to the app-defaults directory (it's
 /usr/X11R6/lib/X11/app-defaults and not
 /usr/X11R6/lib/X11/app-defaults and not

+ 1 - 1
chapter06/procps-exp.xml

@@ -4,7 +4,7 @@
 <para><userinput>make XSCPT='' install:</userinput> 
 <para><userinput>make XSCPT='' install:</userinput> 
 This will set the Makefile variable XSCPT to an empty value so that
 This will set the Makefile variable XSCPT to an empty value so that
 the XConsole installation is disabled. Otherwise "Make install" tries to
 the XConsole installation is disabled. Otherwise "Make install" tries to
-copy the file XConsole to /usr/X11R6/lib/app-defaults. And that directory 
+copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. And that directory 
 does not exist, because X is not installed.</para>
 does not exist, because X is not installed.</para>
 
 
 </sect2>
 </sect2>