Browse Source

Updates

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 năm trước cách đây
mục cha
commit
21651dc45e
2 tập tin đã thay đổi với 12 bổ sung10 xóa
  1. 5 7
      chapter06/bashprofile.xml
  2. 7 3
      chapter06/man-inst.xml

+ 5 - 7
chapter06/bashprofile.xml

@@ -4,10 +4,9 @@
 <para>
 When we have entered the chroot'ed environment in the next section we
 want to export a couple of environment variables in that shell such as
-PS1, PATH and others variables a user wants to have set. For that
-purpose we'll 
-create the $LFS/root/.bash_profile file which will be read by bash when we 
-enter the chroot environment.
+PS1, PATH and others variables which are good to have set. For that
+purpose we'll create the $LFS/root/.bash_profile file which will be read 
+by bash when we enter the chroot environment.
 </para>
 
 <para>
@@ -31,9 +30,8 @@ export PS1 PATH
 </literallayout>
 
 <para>
-More environment variables,aliases and whatever else is
-needed/wanted can be added at the users own discretion
-as he deems them necessary.
+Additional environment variables, aliases and so forth that are
+needed and/or wanted can be added at your own discretion.
 </para>
 
 </sect1>

+ 7 - 3
chapter06/man-inst.xml

@@ -7,14 +7,18 @@ Install Man by running the following commands:
 
 <blockquote><literallayout>
 
-	<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|' 
-		configure > tmp~ &amp;&amp;</userinput>
+	<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|'
+		\</userinput>
+	<userinput>&nbsp;&nbsp;&nbsp;configure &gt; tmp~
+		&amp;&amp;</userinput>
 	<userinput>mv tmp~ configure &amp;&amp;</userinput>
 	<userinput>chmod 755 configure &amp;&amp;</userinput>
 	<userinput>./configure -default &amp;&amp;</userinput>
 	<userinput>make &amp;&amp;</userinput>
 	<userinput>make install &amp;&amp;</userinput>
-	<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
+	<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/
+		\</userinput>
+	<userinput>&nbsp;&nbsp;&nbsp;/usr/sbin/makewhatis 
 		&gt; makewhatis-new &amp;&amp;</userinput>
 	<userinput>mv makewhatis-new /usr/sbin/makewhatis &amp;&amp;
 		</userinput>