aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadow.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-06 00:34:02 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-06 00:34:02 +0000
commit83211231861c80d0560a59772c795c8361fde0ce (patch)
tree24f88d8d8fd0c8d40ae46b7563ee991601f6147b /chapter06/shadow.xml
parenta1da14ddfb2ea45226f4bedaf66daa62c2989d05 (diff)
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
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r--chapter06/shadow.xml2
1 files changed, 1 insertions, 1 deletions
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</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>