diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-15 10:24:33 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-12-15 10:24:33 -0600 |
commit | dbaab9969490a759239eebe887c5af5a5d01ea98 (patch) | |
tree | e5da1a80e1995d66192fa513951d78b3b74314ea /chapter08/bash.xml | |
parent | c9aabf13a1e8e1fb57688a7dea2f2ca2f1a9e1ab (diff) | |
parent | 0c4501b5b186b116b90aa19fd7fb6087b3d70a69 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
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 60154f6fd..5eb49505a 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -23,7 +23,7 @@ <sect2 role="package"> <title/> - <para>The Bash package contains the Bourne-Again SHell.</para> + <para>The Bash package contains the Bourne-Again Shell.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -73,8 +73,8 @@ <screen><userinput remap="test">chown -Rv tester .</userinput></screen> - <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 + <para>The test suite of this package is designed to be run as a non-&root; + user who 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> |