summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-03 20:34:36 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-03 20:34:36 +0000
commit7652304bff969afb3969603149bb385efe861fe8 (patch)
treebceb1c7e8fe5b390a48110d1ec9ca88cd4779f0d /bus
parentbaf72e43951b1fefd23c7d246b76939e3c72fc14 (diff)
* s/D-BUS/D-Bus/g
Diffstat (limited to 'bus')
-rw-r--r--bus/dbus-daemon.1.in16
-rw-r--r--bus/main.c2
-rw-r--r--bus/selinux.c6
-rw-r--r--bus/session.conf.in2
-rw-r--r--bus/system.conf.in2
5 files changed, 14 insertions, 14 deletions
diff --git a/bus/dbus-daemon.1.in b/bus/dbus-daemon.1.in
index be2fac0a..3eb016b9 100644
--- a/bus/dbus-daemon.1.in
+++ b/bus/dbus-daemon.1.in
@@ -13,9 +13,9 @@ dbus-daemon [\-\-version] [\-\-session] [\-\-system] [\-\-config-file=FILE]
.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 @@ among desktop applications (however, it is not tied to X or the GUI
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 @@ The configuration file is an XML document. It must have the following
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 @@ Root element.
.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 @@ rather than the \-\-fork command line option.
.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 @@ associated permissions defined to control operations on objects with
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 @@ itself will be used.
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/
diff --git a/bus/main.c b/bus/main.c
index be3fe319..ba13983f 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -73,7 +73,7 @@ usage (void)
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",
diff --git a/bus/selinux.c b/bus/selinux.c
index ad95f1c2..5ed7e388 100644
--- a/bus/selinux.c
+++ b/bus/selinux.c
@@ -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@epoch.ncsc.mil>
*
@@ -243,7 +243,7 @@ bus_selinux_pre_init (void)
}
/**
- * 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 @@ bus_selinux_id_table_lookup (DBusHashTable *service_table,
}
/**
- * 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 *
diff --git a/bus/session.conf.in b/bus/session.conf.in
index 1a6dfda5..ac93b429 100644
--- a/bus/session.conf.in
+++ b/bus/session.conf.in
@@ -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 -->
diff --git a/bus/system.conf.in b/bus/system.conf.in
index ee85ecc4..287efc9f 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -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>