Minor grammar corrections.

Mistakenly removed the remote WIP branch while it's not fully merged
yet.  Cherry-pick the discarded commit.

(cherry picked from commit 2f3f0e9e813f60a88e9f557842a7b9a50cdec50b)
This commit is contained in:
Bruce Dubbs 2023-11-13 09:44:05 -06:00 committed by Xi Ruoyao
parent 7a72a22f9b
commit 798e18b09f
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -28,14 +28,13 @@
/bin/bash --login</userinput></screen> /bin/bash --login</userinput></screen>
<para> <para>
Again, replace <replaceable>$(nproc)</replaceable> with the number If you don't want to use all available logical cores, replace
of logical cores you want to use for building packages in this chapter <replaceable>$(nproc)</replaceable> with the number of logical cores you
and the following chapters if you don't want to use all available want to use for building packages in this chapter and the following
logical cores. The test suites of some packages (notably Autoconf, chapters. The test suites of some packages (notably Autoconf, Libtool,
Libtool, and Tar) in &ch-final; are not affected by and Tar) in &ch-final; are not affected by <envar>MAKEFLAGS</envar>, they
<envar>MAKEFLAGS</envar>, they use a <envar>TESTSUITEFLAGS</envar> use a <envar>TESTSUITEFLAGS</envar> environment variable instead. We
environment variable instead. So we set it here as well for running set set that here as well for running these test suites with multiple cores.
these test suites with multiple cores.
</para> </para>
<para>The <parameter>-i</parameter> option given to the <command>env</command> <para>The <parameter>-i</parameter> option given to the <command>env</command>
@ -60,7 +59,7 @@
in the <envar>PATH</envar>. This means that the cross toolchain will no longer be in the <envar>PATH</envar>. This means that the cross toolchain will no longer be
used.</para> used.</para>
<para>Note that the <command>bash</command> prompt will say <para>Also note that the <command>bash</command> prompt will say
<computeroutput>I have no name!</computeroutput> This is normal because the <computeroutput>I have no name!</computeroutput> This is normal because the
<filename>/etc/passwd</filename> file has not been created yet.</para> <filename>/etc/passwd</filename> file has not been created yet.</para>