diff options
author | julian <julian@FreeBSD.org> | 2002-04-09 21:34:33 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-04-09 21:34:33 +0000 |
commit | 5f2261a7572bb8abf5049d93b3a083335272a480 (patch) | |
tree | b0305aebbbc1e05cbab13a3cf29a456d91481f73 | |
parent | f543b2d6fcfa911079a9ee99d610e8da2ac6969d (diff) | |
download | FreeBSD-src-5f2261a7572bb8abf5049d93b3a083335272a480.zip FreeBSD-src-5f2261a7572bb8abf5049d93b3a083335272a480.tar.gz |
Slight correction to ng_etf man page and add it to the list
of man pages to install.
-rw-r--r-- | share/man/man4/Makefile | 1 | ||||
-rw-r--r-- | share/man/man4/ng_etf.4 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 496adc2..71bc620 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -95,6 +95,7 @@ MAN= aac.4 \ ng_bridge.4 \ ng_cisco.4 \ ng_echo.4 \ + ng_etf.4 \ ng_ether.4 \ ng_frame_relay.4 \ ng_gif.4 \ diff --git a/share/man/man4/ng_etf.4 b/share/man/man4/ng_etf.4 index ab1af06..3fcb52f 100644 --- a/share/man/man4/ng_etf.4 +++ b/share/man/man4/ng_etf.4 @@ -128,7 +128,7 @@ connect ${ETHER_IF}: etf: upper nomatch DONE ngctl -f /tmp/xwert -# something to set a hook to catch packets an dshow them. +# something to set a hook to catch packets and show them. echo "Unrecognised packets:" nghook -a etf: newproto & # Filter two random ethertypes to that hook. |