chiark / gitweb /
bus: fix test-bus-kerne-bloom.c to match properly
[elogind.git] / man / sd-login.xml
index da873b7e81e1797025f83b2087d9bd332772ba9d..d220025b5a9e129500d068438712f62f358fa751 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version='1.0'?> <!--*-nxml-*-->
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY % entities SYSTEM "custom-entities.ent" >
+%entities;
+]>
 
 <!--
   This file is part of systemd.
@@ -75,7 +78,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.</para>
+    logind, instead.</para>
 
     <para>These functions synchronously access data in
     <filename>/proc</filename>, <filename>/sys/fs/cgroup</filename>
@@ -85,7 +88,7 @@
 
     <para>It is possible (and often a very good choice) to mix calls
     to the synchronous interface of <filename>sd-login.h</filename>
-    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
     <filename>sd-login.h</filename> interfaces such as the login