diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 6efbae47a..c3e474308 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -36,9 +36,8 @@ been installed yet.</para> <para><userinput>exec /bin/bash:</userinput>This command will start a new bash shell which will replace the current shell. This is done to get rid of the "I have no name!" message in the command -prompt, which was caused by bash's inability to resolve a userid to -a username (which in turn was caused by the missing Glibc -installation).</para> +prompt, which was caused by bash's inability to resolve a user ID to +a user name (which in turn was caused by the absence of Glibc).</para> </sect2> |