gcc: fix compile on armv4t with the cs toolchain
[openwrt/svn-archive/archive.git] / docs / network-scripts.tex
index 4903358c25ce706be0032919bd99824b4a4a8639..4e713953a8fa2bf88d7f01fc0ee67158b4b66d76 100644 (file)
@@ -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>() {