diff options
author | 1999-05-24 11:59:43 +0000 | |
---|---|---|
committer | 1999-05-24 11:59:43 +0000 | |
commit | ac801d6f7ae0ed254421cc5c4aa58d90b3951ff9 (patch) | |
tree | 0b5edf6870411685af47e0a26f058757c2c896db | |
parent | add missing #include's; d@ (diff) | |
download | wireguard-openbsd-ac801d6f7ae0ed254421cc5c4aa58d90b3951ff9.tar.xz wireguard-openbsd-ac801d6f7ae0ed254421cc5c4aa58d90b3951ff9.zip |
repair; d@
-rw-r--r-- | usr.sbin/ipsend/ipresend/ipresend.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ipsend/ipresend/ipresend.1 b/usr.sbin/ipsend/ipresend/ipresend.1 index 3282dd91ca4..cb476158862 100644 --- a/usr.sbin/ipsend/ipresend/ipresend.1 +++ b/usr.sbin/ipsend/ipresend/ipresend.1 @@ -44,6 +44,7 @@ MTU's without setting them so. .TP .BR \-r \0<filename> Specify the filename from which to take input. Default is stdin. +.TP .B \-E The input file is to be text output from etherfind. The text formats which are currently supported are those which result from the following etherfind @@ -91,8 +92,6 @@ option combinations: .TP .B \-X The input file is composed of text descriptions of IP packets. -.TP -.SH FILES .DT .SH SEE ALSO snoop(1m), tcpdump(8), etherfind(8c), ipftest(1), ipresend(1), iptest(1), bpf(4), dlpi(7p) |