diff options
author | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-14 04:19:15 +0000 |
---|---|---|
committer | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-14 04:19:15 +0000 |
commit | d0ec1f06467004448c767a290f485c0a65dbec9a (patch) | |
tree | 9fc93de7bd3500b07833021ffe0c8572890e54bc | |
parent | 343070e6f53942322b8e43dedae381f4546c0789 (diff) |
compilation error fix - last one!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/pwdgroup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index d104e3be2..6cf407a98 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -49,7 +49,7 @@ use the group's name.</para> resolution will start working immediately after the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files are created, because we installed a full glibc in Chapter 5. This will get rid of -the "I have no name!" prompt.</para> +the <quote>I have no name!</quote> prompt.</para> <para><screen><userinput>exec /tools/bin/bash --login set +h</userinput></screen></para> |