aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/acl.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-22 02:53:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-06-22 02:53:21 +0000
commitd76a82b22f2ead190d6382c758f948c18d921d17 (patch)
tree86c9bdc24679ffa305fec2a3e4b580d8c14c7126 /chapter06/acl.xml
parent98d90032d07f4588d29e2c7f6619f77d312ffa57 (diff)
Update to automake-1.15.1.
Update to expat-2.2.1. Update to psmisc-23.1. Update to linux-4.11.5. Remove unneeded library check in host requirements. Fix typos in acl and sed pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r--chapter06/acl.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index 7d448c121..752e8eb86 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -102,7 +102,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>chacl, getfacl, and setacl</seg>
+ <seg>chacl, getfacl, and setfacl</seg>
<seg>libacl.so</seg>
<seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg>
</seglistitem>
@@ -134,12 +134,12 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
</listitem>
</varlistentry>
- <varlistentry id="setacl">
- <term><command>setacl</command></term>
+ <varlistentry id="setfacl">
+ <term><command>setfacl</command></term>
<listitem>
<para>Sets file access control lists</para>
- <indexterm zone="ch-system-acl setacl">
- <primary sortas="b-setacl">setacl</primary>
+ <indexterm zone="ch-system-acl setfacl">
+ <primary sortas="b-setfacl">setfacl</primary>
</indexterm>
</listitem>
</varlistentry>