summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/bmon.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/bmon.conf b/examples/bmon.conf
index 93d64c3..7cf43b9 100644
--- a/examples/bmon.conf
+++ b/examples/bmon.conf
@@ -11,10 +11,10 @@
/*
* element eth0 {
- * description = { "My description" }
- * rxmax = { 10000 }
- * txmax = { 10000 }
- * max = { 12500000 }
+ * description = "My description"
+ * rxmax = 10000
+ * txmax = 10000
+ * max = 12500000
* }
*/