summaryrefslogtreecommitdiffstats
path: root/contributing.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-07-05 14:31:24 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-07-05 14:32:50 -0500
commitbeb0f67ede7dec16ef88bfaa3fbc8b2f0c21c5f7 (patch)
tree948d7546137252226fb03edd49ed1ea6b0ca410d /contributing.md
parentb869d60e136c578973bfa6ec4bce7e84cb7cad53 (diff)
downloadopenbmc-docs-beb0f67ede7dec16ef88bfaa3fbc8b2f0c21c5f7.tar.gz
openbmc-docs-beb0f67ede7dec16ef88bfaa3fbc8b2f0c21c5f7.zip
Use correct "D-Bus" spelling in contributing.md
Change "dbus" to the correct spelling "D-Bus". Change-Id: Ic7e42f8e5e682cbbb0418d9fd5076a7121133036 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/contributing.md b/contributing.md
index d161d7a..d5104ad 100644
--- a/contributing.md
+++ b/contributing.md
@@ -12,11 +12,11 @@ Structure
---------
OpenBMC has quite a modular structure, consisting of small daemons with a
-limited set of responsibilities. These communicate over dbus with other
+limited set of responsibilities. These communicate over D-Bus with other
components, to implement the complete BMC system.
The BMC's interfaces to the external world are typically through a separate
-daemon, which then translates those requests to dbus messages.
+daemon, which then translates those requests to D-Bus messages.
These separate projects are then compiled into the final system by the
overall 'openbmc' build infrastructure.
@@ -156,15 +156,15 @@ or systems (including bug trackers). Other developers may not have access to
these, making future maintenance difficult.
-Best practices for dbus interfaces
+Best practices for D-Bus interfaces
----------------------------------
- * New dbus interfaces should be reusable
+ * New D-Bus interfaces should be reusable
* Type signatures should and use the simplest types possible, appropriate
for the data passed. For example, don't pass numbers as ASCII strings.
- * New dbus interfaces should be documented in the 'docs' repository, at:
+ * New D-Bus interfaces should be documented in the 'docs' repository, at:
https://github.com/openbmc/docs/blob/master/dbus-interfaces.md
OpenPOWER on IntegriCloud