diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-30 09:40:46 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-30 09:40:46 -0500 |
commit | 8cab730a5b9f8d770c462b6f30ee33886f240b15 (patch) | |
tree | 27496f02fe1f2e08f329e3a88b7d7c1749df106b /chapter08/coreutils.xml | |
parent | 813ab55675c99ee4040c38ee468d4bf9b70bdd19 (diff) | |
parent | 93db1e614e093078304409d148a1cfe15fd3eb68 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
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 08b090fc0..cc8fc42ad 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -119,8 +119,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> |