summaryrefslogtreecommitdiffstats
path: root/docs/network-scripts.tex
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-08 20:35:05 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-08 20:35:05 +0000
commit61646d6b090ff730f3ccbb3cb3180c9ab6d213f8 (patch)
tree8f6aed99c9b0f3453cec26d3b71a5c8d4430ec82 /docs/network-scripts.tex
parentbe7e0b8c3ac253bbd23b64e74ea47eac0bb11468 (diff)
[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 4903358c2..4e713953a 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>() {