From 83211231861c80d0560a59772c795c8361fde0ce Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 6 Jun 2005 00:34:02 +0000 Subject: Fixed 2 small typos in shadow and coreutils (chap6). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 8 +++----- chapter06/shadow.xml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 63185598c..abbf1f092 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -135,9 +135,7 @@ users, vdir, wc, who, whoami, and yes chgrp -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 +Changes the group ownership of files/directories to the given group chgrp @@ -155,8 +153,8 @@ octal number representing the new permissions chown -Changes the user and/or group ownership of -each given file to the given user/group pair +Changes the user and/or group ownership of files/directories to the given +user/group chown diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index d40293395..9c5bb264c 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -34,7 +34,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed Shadow fails to update the time of last login as noted by lastlog when logging into a regular console. The Port (tty) column does get updated. Remote logins and -xterm logins seem to be not be broken, just console. +xterm logins seem to not be broken; just console. The following patch properly fixes this issue: patch -Np1 -i ../shadow-&shadow-version;-fix_lastlog-1.patch -- cgit v1.2.3-54-g00ecf