summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-03 22:46:36 +0000
committerru <ru@FreeBSD.org>2003-03-03 22:46:36 +0000
commitc8dda64242403fe858ee1de5c4811e1189df6acc (patch)
tree10f446e7135d3961b70de3dc362df7fc4da7b401 /sbin/ipfw
parent4f2d1b56c78838cf9d3deb8fb006f7d8498756e2 (diff)
downloadFreeBSD-src-c8dda64242403fe858ee1de5c4811e1189df6acc.zip
FreeBSD-src-c8dda64242403fe858ee1de5c4811e1189df6acc.tar.gz
/modules is gone long ago, use the safe equivalents.
Diffstat (limited to 'sbin/ipfw')
-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 6744ab4..4dfd912 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
OpenPOWER on IntegriCloud