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


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",



More information about the dbus-commit mailing list