dbus/bus dbus-daemon.1.in, 1.3, 1.4 main.c, 1.31, 1.32 selinux.c, 1.17, 1.18 session.conf.in, 1.9, 1.10 system.conf.in, 1.15, 1.16

John Palmieri johnp at kemper.freedesktop.org
Thu Aug 3 13:34:38 PDT 2006


Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv22390/bus

Modified Files:
	dbus-daemon.1.in main.c selinux.c session.conf.in 
	system.conf.in 
Log Message:
* s/D-BUS/D-Bus/g


Index: dbus-daemon.1.in
===================================================================
RCS file: /cvs/dbus/dbus/bus/dbus-daemon.1.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbus-daemon.1.in	6 Mar 2006 19:06:45 -0000	1.3
+++ dbus-daemon.1.in	3 Aug 2006 20:34:36 -0000	1.4
@@ -13,9 +13,9 @@
 
 .SH DESCRIPTION
 
-\fIdbus-daemon\fP is the D-BUS message bus daemon. See
+\fIdbus-daemon\fP is the D-Bus message bus daemon. See
 http://www.freedesktop.org/software/dbus/ for more information about
-the big picture. D-BUS is first a library that provides one-to-one
+the big picture. D-Bus is first a library that provides one-to-one
 communication between any two applications; \fIdbus-daemon\fP is an
 application that uses this library to implement a message bus
 daemon. Multiple programs connect to the message bus daemon and can
@@ -50,7 +50,7 @@
 in any way).
 
 .PP
-SIGHUP will cause the D-BUS daemon to PARTIALLY reload its
+SIGHUP will cause the D-Bus daemon to PARTIALLY reload its
 configuration file and to flush its user/group information caches. Some
 configuration changes would require kicking all apps off the bus; so they will
 only take effect if you restart the daemon. Policy changes should take effect
@@ -117,7 +117,7 @@
 doctype declaration:
 .nf
 
-   <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+   <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
     "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 .fi
@@ -137,7 +137,7 @@
 .PP
 The well-known type of the message bus. Currently known values are
 "system" and "session"; if other values are set, they should be
-either added to the D-BUS specification, or namespaced.  The last
+either added to the D-Bus specification, or namespaced.  The last
 <type> element "wins" (previous values are ignored).
 
 .PP
@@ -204,7 +204,7 @@
 
 .PP
 Add an address that the bus should listen on. The 
-address is in the standard D-BUS format that contains 
+address is in the standard D-Bus format that contains 
 a transport name plus possible parameters/options.
 
 .PP
@@ -545,7 +545,7 @@
 that class.
 
 .PP
-D-BUS performs SELinux security checks in two places.
+D-Bus performs SELinux security checks in two places.
 
 .PP
 First, any time a message is routed from one connection to another
@@ -580,5 +580,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: main.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/main.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- main.c	15 Jun 2005 02:31:38 -0000	1.31
+++ main.c	3 Aug 2006 20:34:36 -0000	1.32
@@ -73,7 +73,7 @@
 static void
 version (void)
 {
-  printf ("D-BUS Message Bus Daemon %s\n"
+  printf ("D-Bus Message Bus Daemon %s\n"
           "Copyright (C) 2002, 2003 Red Hat, Inc., CodeFactory AB, and others\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: selinux.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/selinux.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- selinux.c	16 Jul 2005 17:34:08 -0000	1.17
+++ selinux.c	3 Aug 2006 20:34:36 -0000	1.18
@@ -1,5 +1,5 @@
 /* -*- mode: C; c-file-style: "gnu" -*-
- * selinux.c  SELinux security checks for D-BUS
+ * selinux.c  SELinux security checks for D-Bus
  *
  * Author: Matthew Rickard <mjricka at epoch.ncsc.mil>
  *
@@ -243,7 +243,7 @@
 }
 
 /**
- * Initialize the user space access vector cache (AVC) for D-BUS and set up
+ * Initialize the user space access vector cache (AVC) for D-Bus and set up
  * logging callbacks.
  */
 dbus_bool_t
@@ -834,7 +834,7 @@
 }
 
 /**
- * Get the SELinux policy root.  This is used to find the D-BUS
+ * Get the SELinux policy root.  This is used to find the D-Bus
  * specific config file within the policy.
  */
 const char *

Index: session.conf.in
===================================================================
RCS file: /cvs/dbus/dbus/bus/session.conf.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- session.conf.in	29 Aug 2005 20:19:19 -0000	1.9
+++ session.conf.in	3 Aug 2006 20:34:36 -0000	1.10
@@ -2,7 +2,7 @@
      Add a session-local.conf and edit that rather than changing this 
      file directly. -->
 
-<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
   <!-- Our well-known bus type, don't change this -->

Index: system.conf.in
===================================================================
RCS file: /cvs/dbus/dbus/bus/system.conf.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- system.conf.in	15 Jul 2005 17:28:35 -0000	1.15
+++ system.conf.in	3 Aug 2006 20:34:36 -0000	1.16
@@ -7,7 +7,7 @@
      probably don't want to listen on any more addresses, add any more
      auth mechanisms, run as a different user, etc. -->
 
-<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
 



More information about the dbus-commit mailing list