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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.