aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/ipfw.8
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-03 22:46:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-03 22:46:36 +0000
commit8b5381e0694d631b828515089367a5e8086d58b2 (patch)
tree10f446e7135d3961b70de3dc362df7fc4da7b401 /sbin/ipfw/ipfw.8
parent09492be669134ee42db6b809c379a3ed7906e22a (diff)
downloadsrc-8b5381e0694d631b828515089367a5e8086d58b2.tar.gz
src-8b5381e0694d631b828515089367a5e8086d58b2.zip
/modules is gone long ago, use the safe equivalents.
Notes
Notes: svn path=/head/; revision=111847
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-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 6744ab499563..4dfd91293118 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1153,7 +1153,7 @@ which generated them.
.Pp
The set number of rules can be changed with the command
.Bd -ragged -offset indent
-.Nm
+.Nm
.Cm set move
.Brq Cm rule Ar rule-number | old-set
.Cm to Ar new-set
@@ -1506,7 +1506,7 @@ version of
is probably not as straightforward as you would think.
I recommend the following command line:
.Bd -literal -offset indent
-kldload /modules/ipfw.ko && \e
+kldload ipfw && \e
ipfw add 32000 allow ip from any to any
.Ed
.Pp