From: Matthias Clasen Date: Wed, 12 May 2010 17:01:02 +0000 (-0400) Subject: Correct env var names X-Git-Tag: 2.25.4~10^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=371a3373bbf190054076896ed32d28d546f23930;p=platform%2Fupstream%2Fglib.git Correct env var names and add a note about priority --- diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index 1a1ff02..1ea2571 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -296,21 +296,29 @@ - <envar>DBUS_SYSTEM_ADDRESS</envar> + <envar>DBUS_SYSTEM_BUS_ADDRESS</envar> This variable is consulted to find the address of the D-Bus system bus. For the format of D-Bus addresses, see the D-Bus specification. + + Setting this variable overrides platform-specific ways of determining + the system bus address. + - <envar>DBUS_SESSION_ADDRESS</envar> + <envar>DBUS_SESSION_BUS_ADDRESS</envar> This variable is consulted to find the address of the D-Bus session bus. + + Setting this variable overrides platform-specific ways of determining + the session bus address. +