aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config.tex
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-20 15:29:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-20 15:29:33 +0000
commitb0c109fe110afbfff697a0f359a58a2d3d035dc7 (patch)
tree323982c4ddbd3ba28ed9c26df4f0e237c85a0869 /docs/config.tex
parentb0eb2879af977bc1c65fce42a7622ac5ccb67086 (diff)
downloadupstream-b0c109fe110afbfff697a0f359a58a2d3d035dc7.tar.gz
upstream-b0c109fe110afbfff697a0f359a58a2d3d035dc7.tar.bz2
upstream-b0c109fe110afbfff697a0f359a58a2d3d035dc7.zip
docs: update remaining references to functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34803 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs/config.tex')
-rw-r--r--docs/config.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.tex b/docs/config.tex
index 17417c99a1..08318b4b6c 100644
--- a/docs/config.tex
+++ b/docs/config.tex
@@ -23,7 +23,7 @@ To be able to load configuration files, you need to include the common
functions with:
\begin{Verbatim}
-. /etc/functions.sh
+. /lib/functions.sh
\end{Verbatim}
Then you can use \texttt{config\_load \textit{<name>}} to load config files. The function
@@ -32,7 +32,7 @@ it from \texttt{/etc/config} (which is the most common way of using it).
If you want to use special callbacks for sections and/or options, you
need to define the following shell functions before running \texttt{config\_load}
-(after including \texttt{/etc/functions.sh}):
+(after including \texttt{/lib/functions.sh}):
\begin{Verbatim}
config_cb() {