diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
commit | afba93bef35d287c961b62cbfd8370652aaab826 (patch) | |
tree | 0c0ea5d0db097f5a97951f65774cacecfc32dc11 /chapter06/acl.xml | |
parent | 9e6d13e9fe9b8731424175f4a1f3fed55151ab91 (diff) |
Merged consistency update patch from systemd book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r-- | chapter06/acl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 703c0aa12..b87191e30 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -112,7 +112,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput>< <term><command>chacl</command></term> <listitem> <para>Changes the access control list of a file - or directory.</para> + or directory</para> <indexterm zone="ch-system-acl chacl"> <primary sortas="b-chacl">chacl</primary> </indexterm> @@ -122,7 +122,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput>< <varlistentry id="getfacl"> <term><command>getfacl</command></term> <listitem> - <para>Gets file access control lists.</para> + <para>Gets file access control lists</para> <indexterm zone="ch-system-acl getfacl"> <primary sortas="b-getfacl">getfacl</primary> </indexterm> @@ -132,7 +132,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput>< <varlistentry id="setacl"> <term><command>setacl</command></term> <listitem> - <para>Sets file access control lists.</para> + <para>Sets file access control lists</para> <indexterm zone="ch-system-acl setacl"> <primary sortas="b-setacl">setacl</primary> </indexterm> @@ -142,7 +142,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput>< <varlistentry id="libacl"> <term><filename class="libraryfile">libacl</filename></term> <listitem> - <para>Contains the <application>Acl</application> API functions.</para> + <para>Contains the <application>Acl</application> API functions</para> <indexterm zone="ch-system-acl libacl"> <primary sortas="c-libacl">libacl</primary> </indexterm> |