docs: fix a2x warnings
authorJohn Crispin <blogic@openwrt.org>
Thu, 14 Apr 2016 18:14:35 +0000 (20:14 +0200)
committerJohn Crispin <blogic@openwrt.org>
Thu, 14 Apr 2016 18:14:35 +0000 (20:14 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
docs/uci_qos.txt
docs/uci_samba.txt

index 4da19f3deea0c09936d28a6bef93eb552eeca7b0..bd0d721e820b74d760748ac368577492d4d5c3ad 100644 (file)
@@ -119,13 +119,13 @@ Below is unverified technical breakdown of each /etc/config/qos class parameters
 
 == Quick start guide
 
-1. Install the qos-scripts package:
+* Install the qos-scripts package:
 
 ----
 opkg install qos-scripts
 ----
 
-2. Basic configuration using UCI command line:
+* Basic configuration using UCI command line:
 
 ----
 uci set qos.wan.upload=1000            # Upload speed in kBits/s
@@ -134,13 +134,13 @@ uci set qos.wan.enabled=1
 uci commit qos
 ----
 
-3. Start it and look for error output and test):
+* Start it and look for error output and test):
 
 ----
 /etc/init.d/qos start
 ----
 
-4. Make script run at every boot up:
+* Make script run at every boot up:
 
 ----
 /etc/init.d/qos enable
index 204e92c985ce438dae7aac8bd04121cb374457b3..efde1e1cf7dfeb56f6a866d262f9c18deae93c3d 100644 (file)
@@ -1,7 +1,7 @@
 Samba (smb)
 ===========
 
-=====UCI configuration options=====
+== UCI configuration options
 
 The UCI configuration file is located at /etc/config/samba.