summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-09-10 03:52:50 +0000
committerpeter <peter@FreeBSD.org>1997-09-10 03:52:50 +0000
commitf8ab40fb46d101f448cf0cef7148ab82286e1683 (patch)
treebe835c7039e1abe606b8a7ff3f29c61bb8507212 /sbin/ipfw
parentb26809e50b299d3f5038597d967f9a730de7d88d (diff)
downloadFreeBSD-src-f8ab40fb46d101f448cf0cef7148ab82286e1683.zip
FreeBSD-src-f8ab40fb46d101f448cf0cef7148ab82286e1683.tar.gz
Fix typo (65434 -> 65534)
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index d2cb292..a671b63 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -69,7 +69,7 @@ the order in which they were added.
.Pp
If a rule is added without a number, it is numbered 100 higher
than the previous rule. If the highest defined rule number is
-greater than 65434, new rules are appended to the last rule.
+greater than 65534, new rules are appended to the last rule.
.Pp
The delete operation deletes the first rule with number
.Ar number ,
OpenPOWER on IntegriCloud