aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-18 10:09:38 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-18 10:09:38 +0000
commit6087df9e8b0853475378c8ffa0d7f60590343e34 (patch)
tree0cba49e2135bee04652378b88ade9f69b52d5f7b /sbin/ipfw
parenta3ac07a54e824889c4b8ae5fb79e1f32350f7a68 (diff)
downloadsrc-6087df9e8b0853475378c8ffa0d7f60590343e34.tar.gz
src-6087df9e8b0853475378c8ffa0d7f60590343e34.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140415
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.854
1 files changed, 27 insertions, 27 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index cfceeb093e2f..620f32cdbf30 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -2334,6 +2334,33 @@ the sleep terminates thus restoring the previous situation.
.Xr reboot 8 ,
.Xr sysctl 8 ,
.Xr syslogd 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 2.0 .
+.Xr dummynet 4
+was introduced in
+.Fx 2.2.8 .
+Stateful extensions were introduced in
+.Fx 4.0 .
+.Nm ipfw2
+was introduced in Summer 2002.
+.Sh AUTHORS
+.An Ugen J. S. Antsilevich ,
+.An Poul-Henning Kamp ,
+.An Alex Nash ,
+.An Archie Cobbs ,
+.An Luigi Rizzo .
+.Pp
+.An -nosplit
+API based upon code written by
+.An Daniel Boulet
+for BSDI.
+.Pp
+Work on
+.Xr dummynet 4
+traffic shaper supported by Akamba Corp.
.Sh BUGS
The syntax has grown over the years and sometimes it might be confusing.
Unfortunately, backward compatibility prevents cleaning up mistakes
@@ -2363,30 +2390,3 @@ If a packet is reinserted in this manner, later rules may be incorrectly
applied, making the order of
.Cm divert
rules in the rule sequence very important.
-.Sh AUTHORS
-.An Ugen J. S. Antsilevich ,
-.An Poul-Henning Kamp ,
-.An Alex Nash ,
-.An Archie Cobbs ,
-.An Luigi Rizzo .
-.Pp
-.An -nosplit
-API based upon code written by
-.An Daniel Boulet
-for BSDI.
-.Pp
-Work on
-.Xr dummynet 4
-traffic shaper supported by Akamba Corp.
-.Sh HISTORY
-The
-.Nm
-utility first appeared in
-.Fx 2.0 .
-.Xr dummynet 4
-was introduced in
-.Fx 2.2.8 .
-Stateful extensions were introduced in
-.Fx 4.0 .
-.Nm ipfw2
-was introduced in Summer 2002.