summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-08-13 14:08:03 +0000
committerSimon McVittie <smcv@collabora.com>2020-02-20 13:15:51 +0000
commitbeb79b94fb5be898027bd12f3b776b679b97ff93 (patch)
treebcb7fe1551667a238669d4e06f1de251ad094e9d
parenteab5d4a4202c1375fd2c246b785c4b01db572741 (diff)
downloaddbus-beb79b94fb5be898027bd12f3b776b679b97ff93.tar.gz
doc: Fix environment variable name in dbus-daemon(1)
Spotted by Mubin. This documentation relates to the code in add_bus_environment() in bus/activation.c. Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #275 (cherry picked from commit bf71a58e4ab496c1726209aaad94a1abe670a01f)
-rw-r--r--doc/dbus-daemon.1.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in
index 960da080..b6cda2f6 100644
--- a/doc/dbus-daemon.1.xml.in
+++ b/doc/dbus-daemon.1.xml.in
@@ -267,7 +267,7 @@ DBUS_STARTER_BUS_TYPE environment variable will be set to "session"
and the DBUS_SESSION_BUS_ADDRESS environment variable will be set
to the address of the session bus. Likewise, if the type of the
message bus is "system", then the DBUS_STARTER_BUS_TYPE environment
-variable will be set to "system" and the DBUS_SESSION_BUS_ADDRESS
+variable will be set to "system" and the DBUS_SYSTEM_BUS_ADDRESS
environment variable will be set to the address of the system bus
(which is normally well known anyway).</para>