summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2001-01-20 20:16:10 +0000
committerfgsch <fgsch@openbsd.org>2001-01-20 20:16:10 +0000
commited831db8e0c7cd12a74b07bd006f8a2f62d10d76 (patch)
tree9ed48a1a4b24127f0148fbd871c1402172d5bf9c
parentif using serial console, do not apply graphics rows/cols to tty settings; joost@c-lab.de (diff)
downloadwireguard-openbsd-ed831db8e0c7cd12a74b07bd006f8a2f62d10d76.tar.xz
wireguard-openbsd-ed831db8e0c7cd12a74b07bd006f8a2f62d10d76.zip
fix cut & pasto error from previous commit.
-rw-r--r--sbin/ipnat/ipnat.54
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipnat/ipnat.5 b/sbin/ipnat/ipnat.5
index aec4db4033e..f4b2d632f2f 100644
--- a/sbin/ipnat/ipnat.5
+++ b/sbin/ipnat/ipnat.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipnat.5,v 1.16 2001/01/17 07:43:33 fgsch Exp $
+.\" $OpenBSD: ipnat.5,v 1.17 2001/01/20 20:16:10 fgsch Exp $
.\"
.TH IPNAT 5
.SH NAME
@@ -12,7 +12,7 @@ ipmap :: = mapblock | redir | map .
map ::= mapit ifname ipmask "->" ipmask [ mapport ] .
map ::= mapit ifname fromto "->" ipmask [ mapport ] .
mapblock ::= "map-block" ifname ipmask "->" ipmask [ ports ] .
-redir ::= "rdr" ifname [ fromspec ] ipmask "->" ip [ ports ] [ tcpudp ] .
+redir ::= "rdr" ifname ipmask dport "->" ip [ "," ip ] [ ports ] options .
dport ::= "port" portnum [ "-" portnum ] .
ports ::= "ports" numports | "auto" .