aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2018-03-19 10:50:27 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2018-03-19 10:50:27 +0000
commitb43b604b3069f2a485acc454a80446ea48f4a0f0 (patch)
treeed49744129eb0c8fa819e9674ae983fc19127c1c /sbin
parent3e09403f77cd975e89855642442f1082e333aca7 (diff)
downloadsrc-b43b604b3069f2a485acc454a80446ea48f4a0f0.tar.gz
src-b43b604b3069f2a485acc454a80446ea48f4a0f0.zip
Remove note that `fwd tablearg` is supported only by IPv4. IPv6 is
supported too. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=331203
Diffstat (limited to 'sbin')
-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 c8f554fb40c3..c07517d90490 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 12, 2018
+.Dd March 19, 2018
.Dt IPFW 8
.Os
.Sh NAME
@@ -825,7 +825,7 @@ The search terminates.
Change the next-hop on matching packets to
.Ar ipaddr ,
which can be an IP address or a host name.
-For IPv4, the next hop can also be supplied by the last table
+The next hop can also be supplied by the last table
looked up for the packet by using the
.Cm tablearg
keyword instead of an explicit address.