diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-20 15:18:36 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-20 15:18:36 -0500 |
commit | 2a277fbaf8875e31d8def540f5da39a95bfbc29a (patch) | |
tree | b1b2083ed0e6785a79a080bbc57f902d5026da31 /chapter08/bash.xml | |
parent | c735ea47abeec2eec39dfe15d886d0b98cbc5f70 (diff) |
Minor grammar fixes
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r-- | chapter08/bash.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 46d8e00a1..e2d32bba4 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -73,9 +73,9 @@ <screen><userinput remap="test">chown -Rv tester .</userinput></screen> - <para>The testsuite of the package is designed to be ran as a non-root - user, owning the terminal connected to standard input. To satisfy the - requirement, spawn a new pseudoterminal using + <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 class="username">tester</systemitem> user:</para> |