aboutsummaryrefslogtreecommitdiffstats
path: root/docs/network-scripts.tex
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-08 20:35:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-08 20:35:05 +0000
commit8b7ef72f806a8c81f051fdc01c2cd66cd5892ddc (patch)
tree8f6aed99c9b0f3453cec26d3b71a5c8d4430ec82 /docs/network-scripts.tex
parentf4b17ab8b8a37cb6d4f9a10fad6193a9a6763a68 (diff)
downloadmaster-187ad058-8b7ef72f806a8c81f051fdc01c2cd66cd5892ddc.tar.gz
master-187ad058-8b7ef72f806a8c81f051fdc01c2cd66cd5892ddc.tar.bz2
master-187ad058-8b7ef72f806a8c81f051fdc01c2cd66cd5892ddc.zip
[docs] comment and fix some parts of the documentation, thanks to Harsh Trivedi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs/network-scripts.tex')
-rw-r--r--docs/network-scripts.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/network-scripts.tex b/docs/network-scripts.tex
index 4903358c25..4e713953a8 100644
--- a/docs/network-scripts.tex
+++ b/docs/network-scripts.tex
@@ -33,8 +33,9 @@ After running \texttt{scan\_interfaces}, the following functions are available:
\subsubsection{Writing protocol handlers}
-You can add custom protocol handlers by adding shell scripts to
-\texttt{/lib/network}. They provide the following two shell functions:
+You can add custom protocol handlers (e.g: PPPoE, PPPoA, ATM, PPTP ...)
+by adding shell scripts to \texttt{/lib/network}. They provide the following
+two shell functions:
\begin{Verbatim}
scan_<protocolname>() {