summaryrefslogtreecommitdiffstats
path: root/docs/network-scripts.tex
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-20 15:29:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-20 15:29:33 +0000
commit51e194d6609164882951ceafac5867d25baf7cbf (patch)
tree323982c4ddbd3ba28ed9c26df4f0e237c85a0869 /docs/network-scripts.tex
parentf1b689a9f44e1bc8cb3953d3abc4758fc5860447 (diff)
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/network-scripts.tex')
-rw-r--r--docs/network-scripts.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/network-scripts.tex b/docs/network-scripts.tex
index 4e713953a..7ace9755c 100644
--- a/docs/network-scripts.tex
+++ b/docs/network-scripts.tex
@@ -4,7 +4,7 @@ To be able to access the network functions, you need to include
the necessary shell scripts by running:
\begin{Verbatim}
-. /etc/functions.sh # common functions
+. /lib/functions.sh # common functions
include /lib/network # include /lib/network/*.sh
scan_interfaces # read and parse the network config
\end{Verbatim}