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 | 48acfc25685a902044f7d3d3ace86a1e0b7bc66d (patch) | |
tree | e0e0e2f5590fdf16285f8af534aff1479fc73be2 /docs/config.tex | |
parent | b11183f8b0f49165f0c841dd3643b8015525bd79 (diff) | |
download | upstream-48acfc25685a902044f7d3d3ace86a1e0b7bc66d.tar.gz upstream-48acfc25685a902044f7d3d3ace86a1e0b7bc66d.tar.bz2 upstream-48acfc25685a902044f7d3d3ace86a1e0b7bc66d.zip |
fix a few overfull hboxes, remove some redundant stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8341 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |