Changeset 59493ba5


Ignore:
Timestamp:
06/08/2005 09:12:29 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
127b386
Parents:
2c1a39e3
Message:

Merged r5715 and r5797 to testing branch.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r2c1a39e3 r59493ba5  
    135135<term><command>chgrp</command></term>
    136136<listitem>
    137 <para>Changes the group ownership of each given file to the given
    138 group; the group can either be either given a name or a numeric
    139 ID</para>
     137<para>Changes the group ownership of files and directories</para>
    140138<indexterm zone="ch-system-coreutils chgrp"><primary sortas="b-chgrp">chgrp</primary></indexterm>
    141139</listitem>
     
    155153<term><command>chown</command></term>
    156154<listitem>
    157 <para>Changes the user and/or group ownership of
    158 each given file to the given user/group pair</para>
     155<para>Changes the user and/or group ownership of files and directories</para>
    159156<indexterm zone="ch-system-coreutils chown"><primary sortas="b-chown">chown</primary></indexterm>
    160157</listitem>
  • chapter06/shadow.xml

    r2c1a39e3 r59493ba5  
    3333<command>lastlog</command> when logging into a regular console.
    3434The Port (tty) column does get updated. Remote logins and
    35 <command>xterm</command> logins seem to be not be broken, just console.
     35<command>xterm</command> logins seem to not be broken; just console.
    3636The following patch properly fixes this issue:</para>
    3737
Note: See TracChangeset for help on using the changeset viewer.