diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-29 18:35:59 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-29 18:35:59 +0000 |
commit | a75acee9d436df578828fabb89c0c80c3e95dea1 (patch) | |
tree | 592ee51ba14101ccf5d259789eda5e1e2acae48a | |
parent | b7e898107b09b0edf31e8c95bec090f5573f0b5a (diff) |
Fixed a typo in my last commint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 1b8a7805d..883c404cc 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -54,7 +54,7 @@ compilation failure. Fix this:</para> <para id="shadow-limits-login_access">Shadow uses two files to configure authentication settings for the system. Install these two config files:</para> -<indexterm zone="shadow-limits-login_access"><primary sortas="e-/etc/limits">/etc/limit</primary></indexterm> +<indexterm zone="shadow-limits-login_access"><primary sortas="e-/etc/limits">/etc/limits</primary></indexterm> <indexterm zone="shadow-limits-login_access"><primary sortas="e-/etc/login.access">/etc/login.access</primary></indexterm> <screen><userinput>cp etc/{limits,login.access} /etc</userinput></screen> |