Fix braino: the example interface is fxp0, not ed0.

PR:		36471
Submitted by:	John Nielsen <zoobie@bsdconspiracy.net>
This commit is contained in:
Dima Dorfman 2002-03-30 23:23:41 +00:00
parent 5320cc6b8c
commit ac03552b66

View File

@ -184,7 +184,7 @@ nghook -a fxp0: orphans
This command sends the contents of
.Dv foo.pkt
out the interface
.Dv ed0 :
.Dv fxp0 :
.Bd -literal -offset indent
cat foo.pkt | nghook fxp0: orphans
.Ed