From a8eaaee72a2f06e0fb64fb71de3b71ecba31dafb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:37 +0200 Subject: doc: correct orthography, word forms and missing/extraneous words --- man/sd_bus_creds_get_pid.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'man/sd_bus_creds_get_pid.xml') diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index 2b8cfe82e9..aec12bda16 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -317,7 +317,7 @@ to determine the mask of fields available. sd_bus_creds_get_pid() will retrieve - the PID (process identifier). Similar, + the PID (process identifier). Similarly, sd_bus_creds_get_ppid() will retrieve the parent PID. Note that PID 1 has no parent process, in which case -ENXIO is returned. @@ -326,14 +326,14 @@ TID (thread identifier). sd_bus_creds_get_uid() will retrieve - the numeric UID (user identifier). Similar, + the numeric UID (user identifier). Similarly, sd_bus_creds_get_euid() returns the effective UID, sd_bus_creds_get_suid() the saved UID and sd_bus_creds_get_fsuid() the file system UID. sd_bus_creds_get_gid() will retrieve the - numeric GID (group identifier). Similar, + numeric GID (group identifier). Similarly, sd_bus_creds_get_egid() returns the effective GID, sd_bus_creds_get_sgid() the saved GID and sd_bus_creds_get_fsgid() the file system @@ -355,7 +355,7 @@ sd_bus_creds_get_exe() will retrieve the path to the program executable (as stored in the /proc/pid/exe - link, but with (deleted) suffix removed). Note + link, but with the (deleted) suffix removed). Note that kernel threads do not have an executable path, in which case -ENXIO is returned. @@ -372,36 +372,36 @@ sd_bus_creds_get_unit() will retrieve the systemd unit name (in the system instance of systemd) that the - process is part of. See + process is a part of. See systemd.unit5. For processes that are not part of a unit, returns -ENXIO. sd_bus_creds_get_user_unit() will retrieve the systemd unit name (in the user instance of systemd) - that the process is part of. See + that the process is a part of. See systemd.unit5. For processes that are not part of a user unit, returns -ENXIO. sd_bus_creds_get_slice() will retrieve the systemd slice (a unit in the system instance of systemd) that - the process is part of. See - systemd.slice5. Similar, + the process is a part of. See + systemd.slice5. Similarly, sd_bus_creds_get_user_slice() retrieves the systemd slice of the process, in the user instance of systemd. sd_bus_creds_get_session() will retrieve the identifier of the login session that the process is - part of. See + a part of. See systemd-logind.service8. For processes that are not part of a session, returns -ENXIO. sd_bus_creds_get_owner_uid() will retrieve the numeric UID (user identifier) of the user who owns - the login session that the process is part of. See + the login session that the process is a part of. See systemd-logind.service8. For processes that are not part of a session, returns -ENXIO. @@ -494,7 +494,7 @@ -ENODATA - Given field is not available in the + The given field is not available in the credentials object c. @@ -502,7 +502,7 @@ -ENXIO - Given field is not specified for the described + The given field is not specified for the described process or peer. This will be returned by sd_bus_get_unit(), sd_bus_get_slice(), @@ -514,8 +514,8 @@ slice, or logind session. It will also be returned by sd_bus_creds_get_exe() and sd_bus_creds_get_cmdline() for kernel - threads (since these aren't started from an executable binary - or have a command line), + threads (since these are not started from an executable binary, + nor have a command line), and by sd_bus_creds_get_audit_session_id() and sd_bus_creds_get_audit_login_uid() when the process is not part of an audit session, and -- cgit v1.2.3-54-g00ecf