Ignore:
Timestamp:
06/29/2005 04:24:16 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ab1a271
Parents:
2ec0d20
Message:

Several minor wording changes (chapters 1 - 5).

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/addinguser.xml

    r2ec0d20 r663ecfc  
    88<?dbhtml filename="addinguser.html"?>
    99
    10 <para>When logged in as user <emphasis>root</emphasis>, making a
    11 single mistake can damage or destroy a system. Therefore, we recommend
    12 building the packages in this chapter as an unprivileged user. You
    13 could use your own user name, but to make it easier to set up a clean
    14 work environment, create a new user called <emphasis>lfs</emphasis> as
    15 a member of a new group (also named <emphasis>lfs</emphasis>) and use
    16 this user during the installation process. As
     10<para>When logged in as user <emphasis>root</emphasis>, making a single mistake
     11can damage or destroy a system. Therefore, we recommend building the packages in
     12this chapter as an unprivileged user. You could use your own user name, but to
     13make it easier to set up a clean working environment, create a new user called
     14<emphasis>lfs</emphasis> as a member of a new group (also named
     15<emphasis>lfs</emphasis>) and use this user during the installation process. As
    1716<emphasis>root</emphasis>, issue the following commands to add the new
    1817user:</para>
     
    8483
    8584<para>The <quote><parameter>-</parameter></quote> instructs
    86 <command>su</command> to start a login shell as opposed to a non-login
    87 shell. The difference between these two types of shells can be found
    88 in detail in the Bash man and info pages.</para>
     85<command>su</command> to start a login shell as opposed to a non-login shell.
     86The difference between these two types of shells can be found in detail in the
     87<command>man</command> and <command>info</command> pages for Bash.</para>
    8988
    9089</sect1>
Note: See TracChangeset for help on using the changeset viewer.