From 32802361561403cb6441198c82d9c499e0513863 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 9 Dec 2014 18:16:54 +0100 Subject: sd-bus: get rid of PID starttime concept As kdbus no longer exports this, remove all traces from sd-bus too --- man/sd_bus_creds_get_pid.xml | 11 ----------- man/sd_bus_creds_new_from_pid.xml | 3 --- 2 files changed, 14 deletions(-) (limited to 'man') diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index e0f8909e87..d61ec19cb8 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -44,7 +44,6 @@ along with systemd; If not, see . sd_bus_creds_get_pid - sd_bus_creds_get_pid_starttime sd_bus_creds_get_tid sd_bus_creds_get_uid sd_bus_creds_get_gid @@ -82,12 +81,6 @@ along with systemd; If not, see . pid_t *pid - - int sd_bus_creds_get_pid_starttime - sd_bus_creds *c - uint64_t *usec - - int sd_bus_creds_get_tid sd_bus_creds *c @@ -245,10 +238,6 @@ along with systemd; If not, see . sd_bus_creds_get_pid() will retrieve the PID (process identifier). - sd_bus_creds_get_pid_starttime() will - retrieve the time since the start of the epoch in microseconds - since the process was started. - sd_bus_creds_get_tid() will retrieve the TID (thread identifier). diff --git a/man/sd_bus_creds_new_from_pid.xml b/man/sd_bus_creds_new_from_pid.xml index 1935d94c7d..b012d151fc 100644 --- a/man/sd_bus_creds_new_from_pid.xml +++ b/man/sd_bus_creds_new_from_pid.xml @@ -80,7 +80,6 @@ along with systemd; If not, see . SD_BUS_CREDS_PID, - SD_BUS_CREDS_PID_STARTTIME, SD_BUS_CREDS_TID, SD_BUS_CREDS_UID, SD_BUS_CREDS_GID, @@ -118,7 +117,6 @@ along with systemd; If not, see . The information that will be stored is determined by creds_mask. It may contain a subset of ORed constants SD_BUS_CREDS_PID, - SD_BUS_CREDS_PID_STARTTIME, SD_BUS_CREDS_TID, SD_BUS_CREDS_UID, SD_BUS_CREDS_GID, @@ -246,7 +244,6 @@ along with systemd; If not, see . sd_bus_creds_ref3, sd_bus_creds_unref3, sd_bus_creds_get_pid3, - sd_bus_creds_get_pid_starttime3, sd_bus_creds_get_tid3, sd_bus_creds_get_uid3, sd_bus_creds_get_gid3, -- cgit v1.2.3-54-g00ecf