diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 624ebbcbc..8ba6d4879 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -72,7 +72,7 @@ work. Note the use of the +h directive. This tells bash not to use its internal path hashing. Without this directive, bash would remember the paths to binaries it has -executed. In ensure the use of the newly compiled binaries as soon as they are +executed. To ensure the use of the newly compiled binaries as soon as they are installed, the +h directive will be used for the duration of this chapter.