Fix misleading wording in ipfw(8) man page.

PR: docs/9603
This commit is contained in:
Archie Cobbs 1999-01-21 19:51:04 +00:00
parent 78d7efaa73
commit 6f206f2ef2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43002

View File

@ -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 ,