diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bash.xml | 2 | ||||
-rw-r--r-- | chapter08/coreutils.xml | 4 | ||||
-rw-r--r-- | chapter08/util-linux.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 787882b59..4ea981d5b 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -73,7 +73,7 @@ <screen><userinput remap="test">chown -Rv tester .</userinput></screen> - <para>The testsuite of the package is designed to be run as a non-root + <para>The testsuite of the package is designed to be run as a non-&root; user that owns the terminal connected to standard input. To satisfy the requirement, spawn a new pseudo terminal using <application>Expect</application> and run the tests as the <systemitem diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 9ae9993ce..b8551084f 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -124,8 +124,8 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <screen><userinput remap="test">echo "dummy:x:102:tester" >> /etc/group</userinput></screen> - <para>Fix some of the permissions so that the non-root user can compile and - run the tests:</para> + <para>Fix some of the permissions so that the non-&root; user can + compile and run the tests:</para> <screen><userinput remap="test">chown -Rv tester . </userinput></screen> diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 7aba82c85..d90936b78 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -84,7 +84,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>If desired, run the test suite as a non-root user:</para> + <para>If desired, run the test suite as a non-&root; user:</para> <warning><para>Running the test suite as the <systemitem class="username">root</systemitem> user can be harmful to |