From: Zbigniew Jędrzejewski-Szmek Date: Fri, 3 Oct 2025 16:36:39 +0000 (+0200) Subject: man/sd-login: minor grammar updates X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60597825ef87e53cb4b530888fcfe78a2a090da0;p=thirdparty%2Fsystemd.git man/sd-login: minor grammar updates --- diff --git a/man/sd-login.xml b/man/sd-login.xml index 9e06d013121..d0520247799 100644 --- a/man/sd-login.xml +++ b/man/sd-login.xml @@ -41,10 +41,10 @@ system. Note that these APIs only allow purely passive access and - monitoring of seats, sessions and users. To actively make changes + monitoring of seats, sessions, and users. To actively make changes to the seat configuration, terminate login sessions, or switch session on a seat you need to utilize the D-Bus API of - systemd-logind, instead. + systemd-logind instead. These functions synchronously access data in /proc/, /sys/fs/cgroup/ @@ -62,7 +62,7 @@ other. If the functions return string arrays, these are generally - NULL terminated and need to be freed by the + NULL-terminated and need to be freed by the caller with the libc free3 call after use, including the strings referenced therein.