Browse Source

Fix lists

Karsten Böddeker 8 years ago
parent
commit
aa8c6dce4f

+ 4 - 4
ffho/ffho-config-mode-geo-location/ReadMe.md

@@ -8,7 +8,7 @@ corresponding field can be disabled.
 site.conf
 ---------
 
-config_mode.geo_location.show_altitude : optional
-    - ``true`` enables the altitude field
-    - ``false`` disables the altitude field if altitude has not yet been set
-    - defaults to ``true``
+**config_mode.geo_location.show_altitude : optional**
+- ``true`` enables the altitude field
+- ``false`` disables the altitude field if altitude has not yet been set
+- defaults to ``true``

+ 6 - 6
ffho/ffho-debug/ReadMe.md

@@ -6,11 +6,11 @@ Debug scripts for Freifunk Hochstift.
 site.conf
 ---------
 
-debugserver.host
-    - list of possible debugserver
+**debugserver.host**
+- list of possible debugserver
 
-debugserver.port
-    - destination port for debug reports
+**debugserver.port**
+- destination port for debug reports
 
-debugserver.liveport
-    - destination port for ``ffho-debug-live``
+**debugserver.liveport**
+- destination port for ``ffho-debug-live``

+ 6 - 6
ffho/ffho-ebtables-net-rules/ReadMe.md

@@ -4,12 +4,12 @@ ffho-ebtables-net-rules
 site.conf
 ---------
 
-prefix4
-    - IPv4 prefix
+**prefix4**
+- IPv4 prefix
 
-prefix6
-    - IPv6 prefix
+**prefix6**
+- IPv6 prefix
 
-additional_prefix6 : optional
-    - list of additional IPv6 prefixes
+**additional_prefix6 : optional**
+- list of additional IPv6 prefixes
 

+ 2 - 2
ffho/ffho-respondd-config/ReadMe.md

@@ -7,5 +7,5 @@ to other values.
 site.conf
 ---------
 
-site_name
-    - The name of your community
+**site_name**
+- The name of your community

+ 2 - 2
ffho/ffho-wifi-mesh-macfilter/ReadMe.md

@@ -5,5 +5,5 @@ Setting plink_action [block|open], when 802.11s mesh-interface comes up. Define
 filterpolicy in uci wireless.<wifi-iface>.macfilter=[disable|deny|allow]. Deny
 sets ``iw dev <device> station set <mac> plink_action block`` and allow sets
 ``iw dev <device> mesh_param mesh_auto_open_plink=0`` and ``iw dev <device>
-station set <mac> plink_action open``. List MAC adresses (divided by spaces) in
-uci wireless.<wifi-iface>.maclist.
+station set <mac> plink_action open``. List MAC addresses (divided by spaces) in
+``wireless.<wifi-iface>.maclist``.