From b655a0282c0869ed545fbd7a9cc2069d3afcaef2 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Lindskog Date: Fri, 12 Jun 2015 14:33:48 +0200 Subject: man: mention sd_bus_message_get_creds as another way of retrieving sd_bus_creds even though sd_bus_creds itself contains very limited information. --- man/sd_bus_creds_get_pid.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 54714dea1d..8a193d5a59 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -299,10 +299,12 @@ identified by the specified PID, with sd_bus_get_name_creds3, in which case they describe the credentials of a bus peer - identified by the specified bus name, or with + identified by the specified bus name, with sd_bus_get_owner_creds3, in which case they describe the credentials of the creator of a - bus. + bus, or with + sd_bus_message_get_creds3, + in which case they describe the credentials of the sender of the message. sd_bus_creds_get_pid() will retrieve the PID (process identifier). Similar, -- cgit v1.2.1