diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-08 20:35:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-08 20:35:05 +0000 |
commit | 1d0e6bc3b1298bc1ad9384348676783220138caa (patch) | |
tree | e67b701f34a9a76a249a8f0569cd3ea27d97dc05 /docs/network-scripts.tex | |
parent | 03b7eda3c0a1a1b451a3700cf1bf9ea54232e640 (diff) | |
download | upstream-1d0e6bc3b1298bc1ad9384348676783220138caa.tar.gz upstream-1d0e6bc3b1298bc1ad9384348676783220138caa.tar.bz2 upstream-1d0e6bc3b1298bc1ad9384348676783220138caa.zip |
comment and fix some parts of the documentation, thanks to Harsh Trivedi
SVN-Revision: 16387
Diffstat (limited to 'docs/network-scripts.tex')
-rw-r--r-- | docs/network-scripts.tex | 5 |
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>() { |