fix a few overfull hboxes, remove some redundant stuff
[openwrt/openwrt.git] / docs / config.tex
index f3802198edabcb5fb0723d216d96648760ac2716..d13297c4f79d8b2929a899b62d5eea8725f5a2cd 100644 (file)
@@ -61,8 +61,11 @@ You can access already processed options with the \texttt{config\_get} command
 Syntax:
 
 \begin{Verbatim}
-config_get <section> <option>            # prints the value of the option
-config_get <variable> <section> <option> # stores the value inside the variable
+# print the value of the option
+config_get <section> <option>
+
+# store the value inside the variable
+config_get <variable> <section> <option>
 \end{Verbatim}
 
 In busybox ash the three-option \texttt{config\_get} is faster, because it does not