mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
clfs-ng: Fix some grammar errors
This commit is contained in:
parent
7546d8b850
commit
e49e2ea261
@ -38,8 +38,8 @@ readonly IGNOREEOF=1000</userinput></screen>
|
||||
bash: no job control in this shell</computeroutput></screen>
|
||||
|
||||
<para>This is normal because the shell is not assigned with a
|
||||
controlling terminal yet. Now set up controlling terminal and
|
||||
environment variables:</para>
|
||||
controlling terminal yet. Now set up the controlling terminal and
|
||||
some environment variables:</para>
|
||||
|
||||
<screen><userinput>exec setsid -c /usr/bin/env -i \
|
||||
HOME=/root \
|
||||
@ -50,7 +50,7 @@ bash: no job control in this shell</computeroutput></screen>
|
||||
TESTSUITEFLAGS="-j<replaceable>$(nproc)</replaceable>" \
|
||||
/bin/bash --login</userinput></screen>
|
||||
|
||||
<para>The command replace the current shell process with a new shell
|
||||
<para>The command replaces the current shell process with a new shell
|
||||
process, with controlling terminal set up.</para>
|
||||
|
||||
<para>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<para>All commands in this and following chapters are run as &root; on the
|
||||
target system, fortunately without access to the host system.
|
||||
Be careful anyway, as if the storage devices of your target system already
|
||||
contain some important data, it's possible to destroy them with bad
|
||||
contains some important data, it's possible to destroy them with bad
|
||||
commands.</para>
|
||||
|
||||
</sect1>
|
||||
|
@ -72,8 +72,9 @@ mount -vt tmpfs tmpfs /dev/shm -o nosuid,nodev</userinput></screen>
|
||||
<sect2 id="ch-tools-devadjust">
|
||||
<title>Adjusting devtmpfs</title>
|
||||
|
||||
<para>Now <systemitem class='filesystem'>proc</systemitem> filesystem
|
||||
is mounted, we can replace the device nodes for standard I/O streams
|
||||
<para>Now with the
|
||||
<systemitem class='filesystem'>proc</systemitem> filesystem
|
||||
mounted, we can replace the device nodes for standard I/O streams
|
||||
with symlinks to pseudo files in
|
||||
<filename class="directory">/proc/self/fd</filename> (which are symlinks
|
||||
to the files connected to the standard I/O streams for the current
|
||||
|
Loading…
Reference in New Issue
Block a user