diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2014-08-30 17:13:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-30 19:46:07 +0200 |
commit | 06b643e7f5a3b79005dd57497897ab7255fe3659 (patch) | |
tree | 59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /man/sd_bus_creds_new_from_pid.xml | |
parent | Update french translation (diff) | |
download | systemd-06b643e7f5a3b79005dd57497897ab7255fe3659.tar.xz systemd-06b643e7f5a3b79005dd57497897ab7255fe3659.zip |
Fix a few more typos
Diffstat (limited to 'man/sd_bus_creds_new_from_pid.xml')
-rw-r--r-- | man/sd_bus_creds_new_from_pid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index 406769b21d..bc94c44095 100644 --- a/man/sd_bus_creds_new_from_pid.xml +++ b/man/sd_bus_creds_new_from_pid.xml @@ -149,7 +149,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. and other functions which correspond directly to the constants listed above.</para> - <para>A mask of fields which were actually sucessfully set + <para>A mask of fields which were actually successfully set (acquired from <filename>/proc</filename>, etc.) can be retrieved with <function>sd_bus_creds_get_mask()</function>. If the credentials object was created with @@ -162,7 +162,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. object will not be destroyed until <function>sd_bus_creds_unref</function> has been called as many times plus once more. Once the reference count has dropped to zero, - <parameter>c</parameter> cannot be used anymore, so futher + <parameter>c</parameter> cannot be used anymore, so further calls to <function>sd_bus_creds_ref(c)</function> or <function>sd_bus_creds_unref(c)</function> are illegal.</para> |