diff options
| -rw-r--r-- | docs/network-scripts.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/network-scripts.txt b/docs/network-scripts.txt index 30087cfce..024161bde 100644 --- a/docs/network-scripts.txt +++ b/docs/network-scripts.txt @@ -7,7 +7,7 @@ To be able to access the network functions, you need to include  the necessary shell scripts by running:  . /etc/functions.sh      # common functions -include network          # include /lib/network/*.sh +include /lib/network     # include /lib/network/*.sh  scan_interfaces          # read and parse the network config  Some protocols, such as PPP might change the configured interface names  | 
