diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 17:53:21 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 17:53:21 +0000 |
commit | e5846effb0fab3c1f10b071660f96b45749d74cb (patch) | |
tree | 19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/shadow.xml | |
parent | 7efa3be047998850dec035e52784fb6ea63eb1bc (diff) |
Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 094ccbed4..8e62fefa6 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -50,7 +50,8 @@ sed -i '/groups/d' man/Makefile</userinput></screen> <screen><userinput>make install</userinput></screen> <para id="shadow-limits-login_access">Shadow uses two files to configure -authentication settings for the system. Install these two config files:</para> +authentication settings for the system. Install these two configuration +files:</para> <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> @@ -164,7 +165,7 @@ password changes</para> <varlistentry id="chfn"> <term><command>chfn</command></term> <listitem> -<para>Used to change a user's full name and other info</para> +<para>Used to change a user's full name and other information</para> <indexterm zone="ch-system-shadow chfn"><primary sortas="b-chfn">chfn</primary></indexterm> </listitem> </varlistentry> |