couple of trivial patches

Philip Blundell pb@nexus.co.uk
21 Jun 2003 15:05:41 +0100


--=-78e3Uh90LFfC+5jdJaaM
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Sat, 2003-06-21 at 01:57, Havoc Pennington wrote:
> Should be sure the man page is in sync, also.

Good thinking.

p.



--=-78e3Uh90LFfC+5jdJaaM
Content-Disposition: attachment; filename=man.diff
Content-Type: text/plain; name=man.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

? man.diff
Index: dbus-monitor.1
===================================================================
RCS file: /freedesktop/dbus/tools/dbus-monitor.1,v
retrieving revision 1.3
diff -u -r1.3 dbus-monitor.1
--- dbus-monitor.1	18 May 2003 02:39:47 -0000	1.3
+++ dbus-monitor.1	21 Jun 2003 14:08:24 -0000
@@ -8,7 +8,7 @@
 .SH SYNOPSIS
 .PP
 .B dbus-monitor
-[\-\-system]
+[\-\-system | \-\-session]
 
 .SH DESCRIPTION
 
@@ -21,8 +21,9 @@
 There are two well-known message buses: the systemwide message bus
 (installed on many systems as the "messagebus" service) and the
 per-user-login-session message bus (started each time a user logs in).
-\fIdbus-monitor\fP by default monitors the session bus; to monitor the
-system bus, specify \-\-system.
+The \-\-system and \-\-session options direct \fIdbus-monitor\fP to
+monitor the system or session buses respectively.  If neither is
+specified, \fIdbus-monitor\fP monitors the session bus.
 
 .PP 
 The message bus configuration may keep \fIdbus-monitor\fP from seeing
@@ -31,7 +32,10 @@
 .SH OPTIONS
 .TP
 .I "--system"
-Use the system message bus instead of the session bus.
+Monitor the system message bus.
+.TP
+.I "--system"
+Monitor the session message bus.  (This is the default.)
 
 .SH AUTHOR
 dbus-monitor was written by Philip Blundell.
Index: dbus-send.1
===================================================================
RCS file: /freedesktop/dbus/tools/dbus-send.1,v
retrieving revision 1.3
diff -u -r1.3 dbus-send.1
--- dbus-send.1	18 May 2003 02:39:47 -0000	1.3
+++ dbus-send.1	21 Jun 2003 14:08:24 -0000
@@ -8,7 +8,7 @@
 .SH SYNOPSIS
 .PP
 .B dbus-send
-[\-\-system] [\-\-dest=SERVICE] [\-\-print-reply] <message name> [contents ...]
+[\-\-system | \-\-session] [\-\-dest=SERVICE] [\-\-print-reply] <message name> [contents ...]
 
 .SH DESCRIPTION
 
@@ -20,22 +20,23 @@
 There are two well-known message buses: the systemwide message bus 
 (installed on many systems as the "messagebus" service) and the 
 per-user-login-session message bus (started each time a user logs in).
-\fIdbus-send\fP sends messages to the session bus by default, and 
-to the system bus if you specify \-\-system.
+The \-\-system and \-\-session options direct \fIdbus-send\fP to send
+messages to the system or session buses respectively.  If neither is
+specified, \fIdbus-send\fP sends to the session bus.
 
 .PP 
-Nearly all uses of \fIdbus-send\fP must provide the \-\-dest 
-argument which is the name of a service on the bus to send 
-the message to. The other required argument is the name 
-of the message to send. Following arguments are the message 
-contents (message arguments).
+Nearly all uses of \fIdbus-send\fP must provide the \-\-dest argument
+which is the name of a service on the bus to send the message to. If
+\-\-dest is omitted, a default service name of
+"org.freedesktop.DBus.Broadcast" is used.  
 
 .PP
-The message arguments are given as a type name, a colon, 
-and then the value of the argument. The possible type names 
-are: string, int32, uint32, double, byte, boolean.
-D-BUS supports more types than these, but \fIdbus-send\fP
-does not currently.
+The name of the message to send must always be specified. Following
+arguments, if any, are the message contents (message arguments).
+These are given as a type name, a colon, and then the value of the
+argument. The possible type names are: string, int32, uint32, double,
+byte, boolean.  (D-BUS supports more types than these, but
+\fIdbus-send\fP currently does not.)
 
 .PP
 Here is an example invocation:
@@ -57,7 +58,10 @@
 Block for a reply to the message sent, and print any reply received.
 .TP
 .I "--system"
-Use the system message bus instead of the session bus.
+Send to the system message bus.
+.TP
+.I "--session"
+Send to the session message bus.  (This is the default.)
 
 .SH AUTHOR
 dbus-send was written by Philip Blundell.

--=-78e3Uh90LFfC+5jdJaaM--