diff options
author | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-14 04:08:45 +0000 |
---|---|---|
committer | James Robertson <jwrober@linuxfromscratch.org> | 2003-09-14 04:08:45 +0000 |
commit | b618482fc1c315abe8d0f885d1a8d12369b6da4f (patch) | |
tree | e80b129144e65529a353810672dca22cb4bff2d6 /chapter06/pwdgroup.xml | |
parent | b18ab71f138ccab2d6d9122e94360f3f5f13a9c3 (diff) |
compilation error fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-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 ab44c55a6..34247fffd 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 <quote>I have no name!</quote> prompt.</para> +the "I have no name!" prompt.</para> <para><screen><userinput>exec /tools/bin/bash --login set +h</userinput></screen></para> |