diff options
author | 1999-09-21 01:17:31 +0000 | |
---|---|---|
committer | 1999-09-21 01:17:31 +0000 | |
commit | 8d30702ab9d684ca92664012f558091943450e56 (patch) | |
tree | 6486f9d5436034873596d7c138fa92c9ea5aec18 | |
parent | Whoops, forgot to adjust a comparison when fixing the off-by-one error. (diff) | |
download | wireguard-openbsd-8d30702ab9d684ca92664012f558091943450e56.tar.xz wireguard-openbsd-8d30702ab9d684ca92664012f558091943450e56.zip |
Typo fix (invalud -> invalid); mason@netbsd.org
-rw-r--r-- | usr.sbin/ipsend/iptest/iptest.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ipsend/iptest/iptest.1 b/usr.sbin/ipsend/iptest/iptest.1 index 5e6c6b5754a..51c72d6645b 100644 --- a/usr.sbin/ipsend/iptest/iptest.1 +++ b/usr.sbin/ipsend/iptest/iptest.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iptest.1,v 1.1 1998/01/26 04:17:09 dgregor Exp $ +.\" $OpenBSD: iptest.1,v 1.2 1999/09/21 01:17:31 alex Exp $ .TH IPTEST 1 .SH NAME iptest \- automatically generate a packets to test IP functionality @@ -38,7 +38,7 @@ variations). .TP .B \-2 Run IP test group #2. This group of tests generates packets with the IP -options constructed with invalud values given other packet characteristics. +options constructed with invalid values given other packet characteristics. The point tests are: 1 (option length > packet length), 2 (option length = 0). .TP .B \-3 |