summaryrefslogtreecommitdiffstats
path: root/docs/config.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.tex')
-rw-r--r--docs/config.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/config.tex b/docs/config.tex
index f3802198e..d13297c4f 100644
--- a/docs/config.tex
+++ b/docs/config.tex
@@ -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