From 6f206f2ef2787d33f7309c944f2deaa09f1f3391 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Thu, 21 Jan 1999 19:51:04 +0000 Subject: [PATCH] Fix misleading wording in ipfw(8) man page. PR: docs/9603 --- sbin/ipfw/ipfw.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 40fb58277062..bcb8f0d68ffa 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 ,