summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-01-21 19:51:04 +0000
committerarchie <archie@FreeBSD.org>1999-01-21 19:51:04 +0000
commit1af6c2ec4acaa884a8b5a4441cecb645e025d621 (patch)
tree5c64aa08f4bf5bde5e4ee14570ae14526b95e491 /sbin
parent3601538f59ea7c28ccf7df655c363681b6b8139c (diff)
downloadFreeBSD-src-1af6c2ec4acaa884a8b5a4441cecb645e025d621.zip
FreeBSD-src-1af6c2ec4acaa884a8b5a4441cecb645e025d621.tar.gz
Fix misleading wording in ipfw(8) man page.
PR: docs/9603
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 40fb582..bcb8f0d 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -101,9 +101,9 @@ first rule that matches a packet applies.
Multiple rules may share the same number and apply in
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 65534, new rules are appended to the last rule.
+If a rule is added without a number, it is numbered 100 higher than the highest
+defined rule number, unless the highest defined rule number is 65435 or
+greater, in which case new rules are given that same number.
.Pp
The delete operation deletes the first rule with number
.Ar number ,
OpenPOWER on IntegriCloud