From 3b46c85ea8b7c54d10055dd614ddfd137c04f6fb Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 25 Dec 2008 07:34:14 +0000 Subject: Hook up the ether_echo node and fix the man page --- share/man/man4/Makefile | 1 + share/man/man4/ng_ether_echo.4 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.1