Преглед на файлове

Corrected bash use of +h tag

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley преди 22 години
родител
ревизия
a3e3143ddb
променени са 3 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/bash-inst.xml
  3. 1 1
      chapter06/pwdgroup.xml

+ 3 - 0
chapter01/changelog.xml

@@ -94,6 +94,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 19th, 2003 [jeremy]: Corrected bash tags for proper
+use of the +h flag to bash</para></listitem>
+
 <listitem><para>September 19th, 2003 [jwrober]: Various updates to the 
 acknowledgements page.</para></listitem>
 

+ 1 - 1
chapter06/bash-inst.xml

@@ -29,6 +29,6 @@ following command will do so:</para>
 
 <para>And reload the newly compiled <userinput>bash</userinput> program:</para>
 
-<para><screen><userinput>exec /bin/bash +h --login</userinput></screen></para>
+<para><screen><userinput>exec /bin/bash --login +h</userinput></screen></para>
 
 </sect2>

+ 1 - 1
chapter06/pwdgroup.xml

@@ -51,7 +51,7 @@ resolution will start working immediately after the
 created, because we installed a full glibc in Chapter 5.  This will get rid of 
 the <quote>I have no name!</quote> prompt.</para>
 
-<para><screen><userinput>exec /tools/bin/bash +h --login </userinput></screen></para>
+<para><screen><userinput>exec /tools/bin/bash --login +h</userinput></screen></para>
 
 
 </sect1>