aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/bash-inst.xml2
-rw-r--r--chapter06/pwdgroup.xml2
3 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2e70e75c5..122932489 100644
--- a/chapter01/changelog.xml
+++ b/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>
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml
index 82d10408a..121872d5e 100644
--- a/chapter06/bash-inst.xml
+++ b/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>
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml
index 049d28d60..a12b3cc05 100644
--- a/chapter06/pwdgroup.xml
+++ b/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>