1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

fix a few overfull hboxes, remove some redundant stuff

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-08-04 11:58:31 +00:00
parent 5200fcaf3f
commit d1d50072ed
3 changed files with 12 additions and 20 deletions

View 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