diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-11-21 16:13:06 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-11-21 16:13:06 -0600 |
commit | 54948b710c6976f5de159da89b8431497e5b7e2f (patch) | |
tree | c161e171a9f0100e6404534fe640a6e699645402 /chapter08/libcap.xml | |
parent | 651f491b51ea10fbecca8ef646ee17d353cba7e1 (diff) |
Straighten out capitalization, correct a few grammatical errors,
improve English idiom, clarify a few things, remove superfluous
verbiage, etc.
Diffstat (limited to 'chapter08/libcap.xml')
-rw-r--r-- | chapter08/libcap.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index d696a3e3f..89348db88 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -23,9 +23,9 @@ <sect2 role="package"> <title/> - <para>The Libcap package implements the user-space interfaces to the POSIX - 1003.1e capabilities available in Linux kernels. These capabilities are a - partitioning of the all powerful root privilege into a set of distinct + <para>The Libcap package implements the user-space interface to the POSIX + 1003.1e capabilities available in Linux kernels. These capabilities + partition the all-powerful root privilege into a set of distinct privileges.</para> <segmentedlist> @@ -116,7 +116,7 @@ <varlistentry id="getpcaps"> <term><command>getpcaps</command></term> <listitem> - <para>Displays the capabilities on the queried process(es)</para> + <para>Displays the capabilities of the queried process(es)</para> <indexterm zone="ch-system-libcap getpcaps"> <primary sortas="b-getpcaps">getpcaps</primary> </indexterm> |