summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-06-08 08:52:43 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-06-08 20:21:11 +0000
commit0065a1ee3abca845839c3c5f7c51c7be2757ed95 (patch)
treec6c53df897a69a532800edd5882083de477020f8
parenta6ea0d09215f503046ef31184e6221326fd3140e (diff)
downloadopenbmc-docs-0065a1ee3abca845839c3c5f7c51c7be2757ed95.tar.gz
openbmc-docs-0065a1ee3abca845839c3c5f7c51c7be2757ed95.zip
Fix some formatting in the sensor document.
Make it easier to read in plain text. Change-Id: I5961e88b84096fbfac5850bb511850107a9a5b04 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--sensor-architecture.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/sensor-architecture.md b/sensor-architecture.md
index b643c09..b640605 100644
--- a/sensor-architecture.md
+++ b/sensor-architecture.md
@@ -18,12 +18,11 @@ Signals: All properties for an interface will broadcast signal changed
**Path definitions**
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**\<type>** :
-The [HWMon class][2] name in lower case.
-Examples include `temperature, fan_tach, voltage`.
+* **<type\>** : The [HWMon class][2] name in lower case.
+ - Examples include `temperature, fan_tach, voltage`.
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**\<label>** : User defined
-name of the sensor. Examples include `ambient, cpu0, fan5`
+* **<label\>** : User defined name of the sensor.
+ - Examples include `ambient, cpu0, fan5`
**Note**: The label shall comply with "Valid Object Paths" of [D-Bus Spec][3],
that shall only contain the ASCII characters "[A-Z][a-z][0-9]_".
OpenPOWER on IntegriCloud