summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-07-05 14:34:18 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-07-05 14:34:46 -0500
commit924bc9c15a9d7c248b096c5675284c393800d0d5 (patch)
treeb339ada369340d6d08f3036952337d10ac695f4c
parentbeb0f67ede7dec16ef88bfaa3fbc8b2f0c21c5f7 (diff)
downloadopenbmc-docs-924bc9c15a9d7c248b096c5675284c393800d0d5.tar.gz
openbmc-docs-924bc9c15a9d7c248b096c5675284c393800d0d5.zip
Use correct "D-Bus" spelling in cheatsheet.md
Change "dbus" to the correct spelling "D-Bus". Change-Id: Ib74c6838aec54847e1c7ba2cd56be4dbfa484e75 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--cheatsheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index c90f773..970664a 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -63,13 +63,13 @@ rm -rf build/conf
```
and running `openbmc-env` again (possibly with `TEMPLATECONF` set).
-## Useful dbus CLI tools
+## Useful D-Bus CLI tools
## `busctl`
http://www.freedesktop.org/software/systemd/man/busctl.html
-Great tool to issue dbus commands via cli. That way you don't have to wait for
+Great tool to issue D-Bus commands via cli. That way you don't have to wait for
the code to hit the path on the system. Great for running commands with QEMU
too!
OpenPOWER on IntegriCloud