diff options
author | Thorsten Kukuk <kukuk@suse.com> | 2023-02-24 14:51:00 +0100 |
---|---|---|
committer | Thorsten Kukuk <kukuk@suse.com> | 2023-02-25 16:14:11 +0100 |
commit | 634c64a517f48c4ad6ae37045e83fe0e1c9158ce (patch) | |
tree | dfd3ae2cec1160b4864d1a32ef1403e74925d1b3 | |
parent | d622fefc008ce1cd3bf62ced4a606d3b5277b9fa (diff) | |
download | systemd-634c64a517f48c4ad6ae37045e83fe0e1c9158ce.tar.gz |
sd-login: document that result is in microseconds
-rw-r--r-- | man/sd_session_is_active.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 716d8e162e..a3cc9befe8 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -187,7 +187,8 @@ <para><function>sd_session_get_start_time()</function> may be used to determine the start time of the session identified by the specified - session identifier belongs to.</para> + session identifier belongs to. The <parameter>usec</parameter> + is in microseconds since the epoch (<constant>CLOCK_REALTIME</constant>).</para> <para><function>sd_session_get_service()</function> may be used to determine the name of the service (as passed during PAM session |