Changeset e49e2ea for chapter07


Ignore:
Timestamp:
11/21/2023 08:16:37 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
9e76c64
Parents:
7546d8b
Message:

clfs-ng: Fix some grammar errors

Location:
chapter07
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r7546d8b re49e2ea  
    3939
    4040    <para>This is normal because the shell is not assigned with a
    41     controlling terminal yet.  Now set up controlling terminal and
    42     environment variables:</para>
     41    controlling terminal yet.  Now set up the controlling terminal and
     42    some environment variables:</para>
    4343
    4444<screen><userinput>exec setsid -c /usr/bin/env -i  \
     
    5151    /bin/bash --login</userinput></screen>
    5252
    53     <para>The command replace the current shell process with a new shell
     53    <para>The command replaces the current shell process with a new shell
    5454    process, with controlling terminal set up.</para>
    5555
  • chapter07/introduction.xml

    r7546d8b re49e2ea  
    3636  target system, fortunately without access to the host system.
    3737  Be careful anyway, as if the storage devices of your target system already
    38   contain some important data, it's possible to destroy them with bad
     38  contains some important data, it's possible to destroy them with bad
    3939  commands.</para>
    4040
  • chapter07/kernfs.xml

    r7546d8b re49e2ea  
    7373    <title>Adjusting devtmpfs</title>
    7474
    75     <para>Now <systemitem class='filesystem'>proc</systemitem> filesystem
    76     is mounted, we can replace the device nodes for standard I/O streams
     75    <para>Now with the
     76    <systemitem class='filesystem'>proc</systemitem> filesystem
     77    mounted, we can replace the device nodes for standard I/O streams
    7778    with symlinks to pseudo files in
    7879    <filename class="directory">/proc/self/fd</filename> (which are symlinks
Note: See TracChangeset for help on using the changeset viewer.