diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-02-17 03:37:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-17 19:03:07 -0500 |
commit | 66f756d437658cc464bfb5647c97efd0cf77f933 (patch) | |
tree | b6e3b8f734aa9e21187f9254c2c870e3bea11382 /man/sd_bus_creds_get_pid.xml | |
parent | 73e231abde39f22097df50542c745e01de879836 (diff) |
doc: resolve missing/extraneous words or inappropriate forms
Issues fixed:
* missing words required by grammar
* duplicated or extraneous words
* inappropriate forms (e.g. singular/plural), and declinations
* orthographic misspellings
Diffstat (limited to 'man/sd_bus_creds_get_pid.xml')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 740082e478..25978a2895 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -225,7 +225,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refsect1> <title>Description</title> - <para>Those functions return information from an + <para>These functions return information from an <parameter>sd_bus_creds</parameter> object. It may be created with <citerefentry><refentrytitle>sd_bus_creds_new_from_pid</refentrytitle><manvolnum>3</manvolnum></citerefentry>, in which case it will describe the specified process, or it may be @@ -311,7 +311,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para><function>sd_bus_creds_has_effective_cap</function> will check whether the capability specified by <parameter>capability</parameter> was set in the effective - capabilities mask. A positive return value means that is were + capabilities mask. A positive return value means that is was set, zero means that it was not set, and a negative return value signifies an error. See <citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry> |