summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-12-25 07:34:14 +0000
committerjulian <julian@FreeBSD.org>2008-12-25 07:34:14 +0000
commit3b46c85ea8b7c54d10055dd614ddfd137c04f6fb (patch)
tree836615dc2af810907927f8eb7533e186f4ff594e /share
parent1f8fc18328a41849ff90d5fc313563369fe9b04e (diff)
downloadFreeBSD-src-3b46c85ea8b7c54d10055dd614ddfd137c04f6fb.zip
FreeBSD-src-3b46c85ea8b7c54d10055dd614ddfd137c04f6fb.tar.gz
Hook up the ether_echo node and fix the man page
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/ng_ether_echo.42
2 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 59a233b..15189b0 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -228,6 +228,7 @@ MAN= aac.4 \
ng_eiface.4 \
ng_etf.4 \
ng_ether.4 \
+ ng_ether_echo.4 \
ng_fec.4 \
ng_frame_relay.4 \
ng_gif.4 \
diff --git a/share/man/man4/ng_ether_echo.4 b/share/man/man4/ng_ether_echo.4
index 46b834a..2f9dd38 100644
--- a/share/man/man4/ng_ether_echo.4
+++ b/share/man/man4/ng_ether_echo.4
@@ -48,7 +48,7 @@ The
.Nm ether_echo
node type reflects all data and control messages back to the sender.
It assumes (and does not check) that the packet is an ethernet frame,
-and swaps teh source and destination addresses before echoing it.
+and swaps the source and destination addresses before echoing it.
This node type is used for testing and debugging.
.Sh HOOKS
A
OpenPOWER on IntegriCloud