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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user