diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-23 19:27:27 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-23 19:27:27 +0000 |
commit | 2991b39cd42f5a48a643d56a4f431b0c4f4cdc22 (patch) | |
tree | d085a597f489d2702d6513edb3d29e77e1d0d74d /chapter06/pwdgroup.xml | |
parent | a92249f003dd471f0dc4be51a7dcf6e2d7c98a1b (diff) |
touch-ups
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 02243673f..c473ff501 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -52,8 +52,9 @@ the <quote>I have no name!</quote> prompt.</para> <para>Note the use of the <userinput>+h</userinput> directive. This tells <userinput>bash</userinput> not to use its internal path hashing. Without this directive, <userinput>bash</userinput> would remember the paths to binaries it -has executed. Since as we go through this chapter, we want to use our newly -compiled binaries as soon as they are installed, we turn off this function.</para> +has executed. Since we want to use our newly compiled binaries as soon as +they are installed, we turn off this function for the duration of this +chapter.</para> </sect1> |