diff options
author | green <green@FreeBSD.org> | 2004-10-08 03:31:09 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2004-10-08 03:31:09 +0000 |
commit | 12529a8a9db2623cbc81f24ff242d7b6056e91dd (patch) | |
tree | 9211957eaedabcfd501772e7d131510acd31b6d9 /sbin/ipfw/ipfw.8 | |
parent | a5dc9b92684ac12031e6fc8524048c7f76a9cd32 (diff) | |
download | FreeBSD-src-12529a8a9db2623cbc81f24ff242d7b6056e91dd.zip FreeBSD-src-12529a8a9db2623cbc81f24ff242d7b6056e91dd.tar.gz |
Reference altq(4) instead of pf.conf(5).
Tip of the hat to: mlaier
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 7ba90e4..e756807 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -569,7 +569,7 @@ When a packet matches a rule with the keyword, the ALTQ identifier for the given .Ar queue (see -.Xr pf.conf 5 ) +.Xr altq 4 ) will be attached. Note that this ALTQ tag is only meaningful for packets going "out" of IPFW, and not being rejected or going to divert sockets. @@ -2321,13 +2321,13 @@ the sleep terminates thus restoring the previous situation. .Sh SEE ALSO .Xr cpp 1 , .Xr m4 1 , +.Xr altq 4 , .Xr bridge 4 , .Xr divert 4 , .Xr dummynet 4 , .Xr ip 4 , .Xr ipfirewall 4 , .Xr protocols 5 , -.Xr pf.conf 5 , .Xr services 5 , .Xr init 8 , .Xr kldload 8 , |