X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd-login.xml;h=06ffc6906ffe14c54408f31d34f2724a1f30dd93;hb=f06d8d073378b8ad349a537c639668bead5c1a07;hp=328f71164da4b243c080a24f1bfeff74b381be3a;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d;p=elogind.git diff --git a/man/sd-login.xml b/man/sd-login.xml index 328f71164..06ffc6906 100644 --- a/man/sd-login.xml +++ b/man/sd-login.xml @@ -55,7 +55,7 @@ - pkg-config --cflags --libs libsystemd + pkg-config --cflags --libs libelogind @@ -75,7 +75,7 @@ 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. + logind, instead. These functions synchronously access data in /proc, /sys/fs/cgroup @@ -85,7 +85,7 @@ It is possible (and often a very good choice) to mix calls to the synchronous interface of sd-login.h - with the asynchronous D-Bus interface of systemd-logind. However, + with the asynchronous D-Bus interface of logind. However, if this is done you need to think a bit about possible races since the stream of events from D-Bus and from sd-login.h interfaces such as the login @@ -115,7 +115,7 @@ implemented. - + See Also