summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoroleg <oleg@FreeBSD.org>2006-07-25 11:07:31 +0000
committeroleg <oleg@FreeBSD.org>2006-07-25 11:07:31 +0000
commit1d7baed662871fe02edda1864616b8b379cb924d (patch)
treef24fe8635eb644a43aa4317fb0bfae2b493b665a /sbin
parentd384bd249fea24c94aa1237169dae7654ed27402 (diff)
downloadFreeBSD-src-1d7baed662871fe02edda1864616b8b379cb924d.zip
FreeBSD-src-1d7baed662871fe02edda1864616b8b379cb924d.tar.gz
Specify correct argument range for tag/untag keywords.
Approved by: glebius (mentor)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 9183b2a..f72064a 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 15, 2006
+.Dd July 25, 2006
.Dt IPFW 8
.Os
.Sh NAME
@@ -561,7 +561,7 @@ When a packet matches a rule with the
.Cm tag
keyword, the numeric tag for the given
.Ar number
-in the range 0..65535 will be attached to the packet.
+in the range 1..65534 will be attached to the packet.
The tag acts as an internal marker (it is not sent out over
the wire) that can be used to identify these packets later on.
This can be used, for example, to provide trust between interfaces
OpenPOWER on IntegriCloud