aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-04-21 14:12:43 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-04-21 14:12:43 +0800
commite286d8db1493827461aa95ea43b345a9ce5d9f2e (patch)
tree7495946939e13bf8169246318dfb6f8c8b1de2db /chapter08
parent421e0cfcdaaaccfe64ca4af145a41da13598f3bb (diff)
decorate the references to root and lfs user
The references already correctly decorated are not changed because "if it's not broken don't fix it".
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/bash.xml2
-rw-r--r--chapter08/coreutils.xml4
-rw-r--r--chapter08/util-linux.xml2
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" &gt;&gt; /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