Correct env var names
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 May 2010 17:01:02 +0000 (13:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 May 2010 17:01:02 +0000 (13:01 -0400)
and add a note about priority

docs/reference/gio/overview.xml

index 1a1ff02..1ea2571 100644 (file)
     </formalpara>
 
    <formalpara>
-      <title><envar>DBUS_SYSTEM_ADDRESS</envar></title>
+      <title><envar>DBUS_SYSTEM_BUS_ADDRESS</envar></title>
 
       <para>
         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
         <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html#addresses">specification</ulink>.
       </para>
+      <para>
+        Setting this variable overrides platform-specific ways of determining
+        the system bus address.
+      </para>
    </formalpara>
 
    <formalpara>
-      <title><envar>DBUS_SESSION_ADDRESS</envar></title>
+      <title><envar>DBUS_SESSION_BUS_ADDRESS</envar></title>
 
       <para>
         This variable is consulted to find the address of the D-Bus session bus.
       </para>
+      <para>
+        Setting this variable overrides platform-specific ways of determining
+        the session bus address.
+      </para>
    </formalpara>
 
    <formalpara>