Corrected bash use of +h tag

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-09-19 22:24:19 +00:00
parent 05ca7842e0
commit a3e3143ddb
3 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>