From 2cc8ab2a83eccbc77a2c20c9609c391ae4fb055f Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Fri, 1 Aug 2008 23:31:28 +0000 Subject: [PATCH] Slight wordsmithing. prompted by danger@ --- sbin/ipfw/ipfw.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 6ab112c3cdd0..b7a80d9ca5e6 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -793,12 +793,15 @@ Skip all subsequent rules numbered less than .Ar number . The search continues with the first rule numbered .Ar number -or higher. It is possible to use the +or higher. +It is possible to use the .Cm tablearg keyword with a skipto for a .Em computed skipto, but care should be used, as no destination caching -is possible in this case so the rules are always walked to find it. +is possible in this case so the rules are always walked to find it, +starting from the +.Cm skipto . .It Cm tee Ar port Send a copy of packets matching this rule to the .Xr divert 4