Jelajahi Sumber

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
Archaic 20 tahun lalu
induk
melakukan
59493ba530
2 mengubah file dengan 3 tambahan dan 6 penghapusan
  1. 2 5
      chapter06/coreutils.xml
  2. 1 1
      chapter06/shadow.xml

+ 2 - 5
chapter06/coreutils.xml

@@ -134,9 +134,7 @@ users, vdir, wc, who, whoami, and yes</seg></seglistitem>
 <varlistentry id="chgrp">
 <term><command>chgrp</command></term>
 <listitem>
-<para>Changes the group ownership of each given file to the given
-group; the group can either be either given a name or a numeric
-ID</para>
+<para>Changes the group ownership of files and directories</para>
 <indexterm zone="ch-system-coreutils chgrp"><primary sortas="b-chgrp">chgrp</primary></indexterm>
 </listitem>
 </varlistentry>
@@ -154,8 +152,7 @@ octal number representing the new permissions</para>
 <varlistentry id="chown">
 <term><command>chown</command></term>
 <listitem>
-<para>Changes the user and/or group ownership of
-each given file to the given user/group pair</para>
+<para>Changes the user and/or group ownership of files and directories</para>
 <indexterm zone="ch-system-coreutils chown"><primary sortas="b-chown">chown</primary></indexterm>
 </listitem>
 </varlistentry>

+ 1 - 1
chapter06/shadow.xml

@@ -32,7 +32,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
 <para>Shadow fails to update the time of last login as noted by 
 <command>lastlog</command> when logging into a regular console. 
 The Port (tty) column does get updated. Remote logins and 
-<command>xterm</command> logins seem to be not be broken, just console.
+<command>xterm</command> logins seem to not be broken; just console.
 The following patch properly fixes this issue:</para>
 
 <screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-fix_lastlog-1.patch</userinput></screen>