diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-20 15:29:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-20 15:29:33 +0000 |
commit | 9723930be303aa29fadf159a6e3a7b2299bae0e9 (patch) | |
tree | 25d12dfcbd49a3335460941847c690cac7c07638 /docs/network-scripts.tex | |
parent | 65efd09b78ed7ae90bca732538c07af37eb00ce5 (diff) | |
download | upstream-9723930be303aa29fadf159a6e3a7b2299bae0e9.tar.gz upstream-9723930be303aa29fadf159a6e3a7b2299bae0e9.tar.bz2 upstream-9723930be303aa29fadf159a6e3a7b2299bae0e9.zip |
docs: update remaining references to functions.sh
SVN-Revision: 34803
Diffstat (limited to 'docs/network-scripts.tex')
-rw-r--r-- | docs/network-scripts.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/network-scripts.tex b/docs/network-scripts.tex index 4e713953a8..7ace9755ce 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} |