dbus/tools dbus-cleanup-sockets.1, 1.1, 1.2 dbus-cleanup-sockets.c,
1.2, 1.3 dbus-launch.1, 1.5, 1.6 dbus-launch.c, 1.13,
1.14 dbus-monitor.1, 1.5, 1.6 dbus-send.1, 1.6,
1.7 dbus-send.c, 1.20, 1.21 dbus-viewer.c, 1.16, 1.17
John Palmieri
johnp at kemper.freedesktop.org
Thu Aug 3 13:34:38 PDT 2006
- Previous message: dbus/doc dbus-faq.xml, 1.4, 1.5 dbus-specification.xml, 1.40,
1.41 dbus-test-plan.xml, 1.2, 1.3 dbus-tutorial.xml, 1.18,
1.19 introspect.dtd, 1.3, 1.4
- Next message: dbus/dbus Makefile.am, 1.77, 1.78 dbus-address.c, 1.16,
1.17 dbus-auth-script.c, 1.17, 1.18 dbus-auth-script.h, 1.4,
1.5 dbus-bus.c, 1.52, 1.53 dbus-connection.c, 1.123,
1.124 dbus-errors.c, 1.29, 1.30 dbus-hash.c, 1.20,
1.21 dbus-hash.h, 1.15, 1.16 dbus-internals.c, 1.44,
1.45 dbus-internals.h, 1.55, 1.56 dbus-list.c, 1.23,
1.24 dbus-list.h, 1.14, 1.15 dbus-macros.h, 1.5,
1.6 dbus-marshal-recursive.c, 1.50,
1.51 dbus-marshal-validate.c, 1.22, 1.23 dbus-md5.c, 1.6,
1.7 dbus-memory.c, 1.26, 1.27 dbus-memory.h, 1.10,
1.11 dbus-message.c, 1.175, 1.176 dbus-server-protected.h,
1.19, 1.20 dbus-signature.c, 1.6, 1.7 dbus-signature.h, 1.4,
1.5 dbus-string-private.h, 1.6, 1.7 dbus-string.c, 1.69,
1.70 dbus-string.h, 1.39, 1.40 dbus-sysdeps.c, 1.102,
1.103 dbus-sysdeps.h, 1.49, 1.50 dbus-threads-internal.h, 1.1,
1.2 dbus-threads.c, 1.23, 1.24 dbus-threads.h, 1.8,
1.9 dbus-timeout.c, 1.15, 1.16 dbus-transport-protected.h,
1.17, 1.18 dbus-transport.c, 1.46, 1.47 dbus-watch.c, 1.18,
1.19 dbus.h, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/tools
In directory kemper:/tmp/cvs-serv22390/tools
Modified Files:
dbus-cleanup-sockets.1 dbus-cleanup-sockets.c dbus-launch.1
dbus-launch.c dbus-monitor.1 dbus-send.1 dbus-send.c
dbus-viewer.c
Log Message:
* s/D-BUS/D-Bus/g
Index: dbus-cleanup-sockets.1
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-cleanup-sockets.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dbus-cleanup-sockets.1 1 Jun 2003 07:33:59 -0000 1.1
+++ dbus-cleanup-sockets.1 3 Aug 2006 20:34:36 -0000 1.2
@@ -12,7 +12,7 @@
.SH DESCRIPTION
The \fIdbus-cleanup-sockets\fP command cleans up sockets used for
-D-BUS connections. See http://www.freedesktop.org/software/dbus/ for
+D-Bus connections. See http://www.freedesktop.org/software/dbus/ for
more information about the big picture.
.PP
@@ -26,5 +26,5 @@
linc-cleanup-sockets written by Michael Meeks.
.SH BUGS
-Please send bug reports to the D-BUS mailing list or bug tracker,
+Please send bug reports to the D-Bus mailing list or bug tracker,
see http://www.freedesktop.org/software/dbus/
Index: dbus-cleanup-sockets.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-cleanup-sockets.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbus-cleanup-sockets.c 30 Nov 2005 19:32:27 -0000 1.2
+++ dbus-cleanup-sockets.c 3 Aug 2006 20:34:36 -0000 1.3
@@ -364,7 +364,7 @@
static void
version (void)
{
- printf ("D-BUS Socket Cleanup Utility %s\n"
+ printf ("D-Bus Socket Cleanup Utility %s\n"
"Copyright (C) 2003 Red Hat, Inc.\n"
"Copyright (C) 2002 Michael Meeks\n"
"This is free software; see the source for copying conditions.\n"
Index: dbus-launch.1
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-launch.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dbus-launch.1 18 Jan 2005 22:20:38 -0000 1.5
+++ dbus-launch.1 3 Aug 2006 20:34:36 -0000 1.6
@@ -40,7 +40,7 @@
.PP
See http://www.freedesktop.org/software/dbus/ for more information
-about D-BUS. See also the man page for \fIdbus-daemon\fP.
+about D-Bus. See also the man page for \fIdbus-daemon\fP.
.PP
Here is an example of how to use \fIdbus-launch\fP with an
@@ -51,7 +51,7 @@
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
## if not found, launch a new one
eval `dbus-launch --sh-syntax --exit-with-session`
- echo "D-BUS per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
+ echo "D-Bus per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
fi
.fi
@@ -101,5 +101,5 @@
See http://www.freedesktop.org/software/dbus/doc/AUTHORS
.SH BUGS
-Please send bug reports to the D-BUS mailing list or bug tracker,
+Please send bug reports to the D-Bus mailing list or bug tracker,
see http://www.freedesktop.org/software/dbus/
Index: dbus-launch.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-launch.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbus-launch.c 13 Feb 2006 21:01:32 -0000 1.13
+++ dbus-launch.c 3 Aug 2006 20:34:36 -0000 1.14
@@ -87,7 +87,7 @@
static void
version (void)
{
- printf ("D-BUS Message Bus Launcher %s\n"
+ printf ("D-Bus Message Bus Launcher %s\n"
"Copyright (C) 2003 Red Hat, Inc.\n"
"This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
Index: dbus-monitor.1
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-monitor.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dbus-monitor.1 29 Oct 2005 17:02:58 -0000 1.5
+++ dbus-monitor.1 3 Aug 2006 20:34:36 -0000 1.6
@@ -14,7 +14,7 @@
.SH DESCRIPTION
The \fIdbus-monitor\fP command is used to monitor messages going
-through a D-BUS message bus. See
+through a D-Bus message bus. See
http://www.freedesktop.org/software/dbus/ for more information about
the big picture.
@@ -56,5 +56,5 @@
dbus-monitor was written by Philip Blundell.
.SH BUGS
-Please send bug reports to the D-BUS mailing list or bug tracker,
+Please send bug reports to the D-Bus mailing list or bug tracker,
see http://www.freedesktop.org/software/dbus/
Index: dbus-send.1
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-send.1,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbus-send.1 18 Jan 2005 20:42:15 -0000 1.6
+++ dbus-send.1 3 Aug 2006 20:34:36 -0000 1.7
@@ -13,7 +13,7 @@
.SH DESCRIPTION
-The \fIdbus-send\fP command is used to send a message to a D-BUS message
+The \fIdbus-send\fP command is used to send a message to a D-Bus message
bus. See http://www.freedesktop.org/software/dbus/ for more
information about the big picture.
@@ -35,7 +35,7 @@
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
+int32, uint32, double, byte, boolean. (D-Bus supports more types than
these, but \fIdbus-send\fP currently does not.)
.PP
@@ -75,5 +75,5 @@
dbus-send was written by Philip Blundell.
.SH BUGS
-Please send bug reports to the D-BUS mailing list or bug tracker,
+Please send bug reports to the D-Bus mailing list or bug tracker,
see http://www.freedesktop.org/software/dbus/
Index: dbus-send.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-send.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- dbus-send.c 1 Aug 2005 16:10:34 -0000 1.20
+++ dbus-send.c 3 Aug 2006 20:34:36 -0000 1.21
@@ -339,7 +339,7 @@
if (message == NULL)
{
- fprintf (stderr, "Couldn't allocate D-BUS message\n");
+ fprintf (stderr, "Couldn't allocate D-Bus message\n");
exit (1);
}
Index: dbus-viewer.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-viewer.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- dbus-viewer.c 30 Nov 2005 19:32:27 -0000 1.16
+++ dbus-viewer.c 3 Aug 2006 20:34:36 -0000 1.17
@@ -1,5 +1,5 @@
/* -*- mode: C; c-file-style: "gnu" -*- */
-/* dbus-viewer.c Graphical D-BUS frontend utility
+/* dbus-viewer.c Graphical D-Bus frontend utility
*
* Copyright (C) 2003 Red Hat, Inc.
*
@@ -408,7 +408,7 @@
w = g_new0 (TreeWindow, 1);
w->window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- gtk_window_set_title (GTK_WINDOW (w->window), "D-BUS Viewer");
+ gtk_window_set_title (GTK_WINDOW (w->window), "D-Bus Viewer");
gtk_window_set_default_size (GTK_WINDOW (w->window), 400, 500);
g_signal_connect (w->window, "destroy", G_CALLBACK (window_closed_callback),
@@ -473,7 +473,7 @@
static void
version (void)
{
- printf ("D-BUS Message Bus Viewer %s\n"
+ printf ("D-Bus Message Bus Viewer %s\n"
"Copyright (C) 2003 Red Hat, Inc.\n"
"This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
- Previous message: dbus/doc dbus-faq.xml, 1.4, 1.5 dbus-specification.xml, 1.40,
1.41 dbus-test-plan.xml, 1.2, 1.3 dbus-tutorial.xml, 1.18,
1.19 introspect.dtd, 1.3, 1.4
- Next message: dbus/dbus Makefile.am, 1.77, 1.78 dbus-address.c, 1.16,
1.17 dbus-auth-script.c, 1.17, 1.18 dbus-auth-script.h, 1.4,
1.5 dbus-bus.c, 1.52, 1.53 dbus-connection.c, 1.123,
1.124 dbus-errors.c, 1.29, 1.30 dbus-hash.c, 1.20,
1.21 dbus-hash.h, 1.15, 1.16 dbus-internals.c, 1.44,
1.45 dbus-internals.h, 1.55, 1.56 dbus-list.c, 1.23,
1.24 dbus-list.h, 1.14, 1.15 dbus-macros.h, 1.5,
1.6 dbus-marshal-recursive.c, 1.50,
1.51 dbus-marshal-validate.c, 1.22, 1.23 dbus-md5.c, 1.6,
1.7 dbus-memory.c, 1.26, 1.27 dbus-memory.h, 1.10,
1.11 dbus-message.c, 1.175, 1.176 dbus-server-protected.h,
1.19, 1.20 dbus-signature.c, 1.6, 1.7 dbus-signature.h, 1.4,
1.5 dbus-string-private.h, 1.6, 1.7 dbus-string.c, 1.69,
1.70 dbus-string.h, 1.39, 1.40 dbus-sysdeps.c, 1.102,
1.103 dbus-sysdeps.h, 1.49, 1.50 dbus-threads-internal.h, 1.1,
1.2 dbus-threads.c, 1.23, 1.24 dbus-threads.h, 1.8,
1.9 dbus-timeout.c, 1.15, 1.16 dbus-transport-protected.h,
1.17, 1.18 dbus-transport.c, 1.46, 1.47 dbus-watch.c, 1.18,
1.19 dbus.h, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list