diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-13 15:35:16 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-13 15:35:34 +0000 |
commit | ff393c562d8ac08f0b88174eb09303b495da992d (patch) | |
tree | 9f97be83cf6148414c6c2a78911beda5085d3dbe | |
parent | 72515ae754b57a270eb67a31f749c6344c374cbb (diff) |
Fix malformed specification XML.
bf532d6 and 28a2d08 each introduced errors in the specification XML that
left it malformed and unbuildable.
-rw-r--r-- | doc/dbus-specification.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index ccc60bab..9a5d70ca 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2564,7 +2564,7 @@ <row> <entry>env</entry> <entry>(environment variable)</entry> - <entry>path of the unix domain socket for the launchd created dbus-daemon. + <entry>path of the unix domain socket for the launchd created dbus-daemon.</entry> </row> </tbody> </tgroup> @@ -2748,6 +2748,7 @@ </programlisting> </para> </listitem> + <listitem> <para> "*user" - limit session bus to the recent user. </para> |