diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-09 18:04:46 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-09 18:04:46 +0000 |
commit | e80267c363a9d95b305ac6870b3c0fdb5c0dfa68 (patch) | |
tree | 3a458df3de859102175cd14dc77d8a87185b7828 /chapter06 | |
parent | b0832e78cf01be4ed448a1426c38659c5303f5cf (diff) |
Minor text adition to libcap explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libcap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index e15dd9c20..1a71b7b28 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -129,7 +129,8 @@ ln -sfv ../../lib/$(readlink /usr/lib/libcap.so) /usr/lib/libcap.so</userinput>< <varlistentry id="libcap"> <term><filename class="libraryfile">libcap</filename></term> <listitem> - <para>Contains the library functions for manipulating capabilities</para> + <para>Contains the library functions for manipulating POSIX 1003.1e + capabilities</para> <indexterm zone="ch-system-libcap libcap"> <primary sortas="c-libcap">libcap</primary> </indexterm> |