From 8b5381e0694d631b828515089367a5e8086d58b2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 3 Mar 2003 22:46:36 +0000 Subject: [PATCH] /modules is gone long ago, use the safe equivalents. --- sbin/ip6fw/ip6fw.8 | 2 +- sbin/ipfw/ipfw.8 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index d635a906c89d..3ccb8604ca71 100644 --- a/sbin/ip6fw/ip6fw.8 +++ b/sbin/ip6fw/ip6fw.8 @@ -499,7 +499,7 @@ is probably not as straightforward as you would think .Em ( "not supported" ) . I recommend this command line: .Bd -literal -offset center -kldload /modules/ip6fw_mod.o && \e +kldload ip6fw && \e ip6fw add 32000 allow all from any to any .Ed .Pp 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