diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-19 22:24:19 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-19 22:24:19 +0000 |
commit | a3e3143ddb19d3c33f5317353a3b32451d3afc07 (patch) | |
tree | 52e70348578f095a675767a6aa865684abdc590a /chapter06 | |
parent | 05ca7842e06f3c333181980ae9ebcc7eeb1da490 (diff) |
Corrected bash use of +h tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/pwdgroup.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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> |