diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-04 11:58:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-04 11:58:31 +0000 |
commit | 014b05aea0dafeee16d23444f3a7cb9889f21836 (patch) | |
tree | ff3881861c0960ac2608cb883dccc46145f652ea /docs/config.tex | |
parent | 247e6688949250abdc9b1bf06275cdb5f541503c (diff) | |
download | upstream-014b05aea0dafeee16d23444f3a7cb9889f21836.tar.gz upstream-014b05aea0dafeee16d23444f3a7cb9889f21836.tar.bz2 upstream-014b05aea0dafeee16d23444f3a7cb9889f21836.zip |
fix a few overfull hboxes, remove some redundant stuff
SVN-Revision: 8341
Diffstat (limited to 'docs/config.tex')
-rw-r--r-- | docs/config.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/config.tex b/docs/config.tex index f3802198ed..d13297c4f7 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 |