diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-09 17:38:08 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-09 17:38:08 +0000 |
commit | 4d994af41993a91e108750000ed6812040887e06 (patch) | |
tree | 9c0aa0e5d23aa7ca97ffbcd8697c5b0d41b65feb /chapter06/create-utmp.xml | |
parent | 2f86e053737bbad5ce63083b839ec55404e87082 (diff) |
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/create-utmp.xml')
-rw-r--r-- | chapter06/create-utmp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index fad585278..977c1b93c 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -7,7 +7,7 @@ Programs like login, shutdown, uptime and others want to read from and write to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain information about who is currently logged in. It also contains information on when the computer was last booted and shutdown and a record of the -bad login attemps. +bad login attempts. </para> <para> |