mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
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
This commit is contained in:
parent
b9e3c80d1f
commit
bf71a58e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue