Doc: Add missing closing code tag 7232/head
authorMichael Insel <michael@insel.email>
Wed, 5 Jun 2019 18:57:34 +0000 (20:57 +0200)
committerMichael Insel <michael@insel.email>
Wed, 5 Jun 2019 18:57:34 +0000 (20:57 +0200)
This adds a missing closing back-tick.

doc/05-service-monitoring.md

index 84d8a49c0b99af8b4c6e70ea1c79d33d03844600..98360deadc2adfb7ef6535ef61c0a4a94948bb22 100644 (file)
@@ -651,7 +651,7 @@ Unit     | Description
 None     | Integer or floating point number for any type (processes, users, etc.).
 `s`      | Seconds, can be `s`, `ms`, `us`.
 `%`      | Percentage.
-`B`      | Bytes, can be `KB`, `MB, `GB`, `TB`. Lowercase is also possible.
+`B`      | Bytes, can be `KB`, `MB`, `GB`, `TB`. Lowercase is also possible.
 `c`      | A continuous counter (e.g. interface traffic counters).
 
 Icinga metric writers normalize these values to the lowest common base, e.g. seconds and bytes.