diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 14:12:43 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 14:12:43 +0800 |
commit | e286d8db1493827461aa95ea43b345a9ce5d9f2e (patch) | |
tree | 7495946939e13bf8169246318dfb6f8c8b1de2db /chapter08/coreutils.xml | |
parent | 421e0cfcdaaaccfe64ca4af145a41da13598f3bb (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/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |