diff options
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r-- | chapter06/sed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 9dee31ed2..71bfc245f 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -56,7 +56,7 @@ make html</userinput></screen> <para>To test the results, issue:</para> <screen><userinput remap="test">chown -Rv tester . -su -c "PATH=$PATH make check"</userinput></screen> +su tester -c "PATH=$PATH make check"</userinput></screen> <para>Install the package and its documentation:</para> |