summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2020-02-01 15:00:21 +0000
committerkn <kn@cvs.openbsd.org>2020-02-01 15:00:21 +0000
commitc710456266b4b77a3db83ccf2d2f6cb6e2dfb45e (patch)
treee56f56cbd544d74883ece5e6bd2c70d0c8f55fa2 /share/man
parent9b8446dfdd6ddad164499fd245054e0b7f46ff85 (diff)
Use -rdomain to reset rdomain
Properly reflect the "delete" semantic; better than the implicit "reassign". OK jca
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/rdomain.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/rdomain.4 b/share/man/man4/rdomain.4
index 394e466e41c..976c9ebace5 100644
--- a/share/man/man4/rdomain.4
+++ b/share/man/man4/rdomain.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rdomain.4,v 1.12 2018/09/09 10:13:21 henning Exp $
+.\" $OpenBSD: rdomain.4,v 1.13 2020/02/01 15:00:20 kn Exp $
.\"
.\" Copyright (c) 2015 Peter Hessler <phessler@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 9 2018 $
+.Dd $Mdocdate: February 1 2020 $
.Dt RDOMAIN 4
.Os
.Sh NAME
@@ -125,7 +125,7 @@ match out on rdomain 4 to !$internal_net nat-to (em1) rtable 0
.Pp
Delete rdomain 4 again:
.Bd -literal -offset indent
-# ifconfig em0 rdomain 0
+# ifconfig em0 -rdomain
# ifconfig lo4 destroy
.Ed
.Sh SEE ALSO