summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2024-08-31 13:39:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2024-08-31 13:39:37 +0000
commitfa7df95729aafad642ba68981529cad519132136 (patch)
treefa3ae6698317ad2cbd4ae7f2c140778a94e09a40
parent129c8ccbb178c4685f13c09b9717e54a3f830f58 (diff)
grammar tweaks; counter tweaked by dlg
-rw-r--r--share/man/man4/rport.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/rport.4 b/share/man/man4/rport.4
index 92b8f6ff9e0..11c9e55873c 100644
--- a/share/man/man4/rport.4
+++ b/share/man/man4/rport.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rport.4,v 1.1 2024/08/31 04:21:45 dlg Exp $
+.\" $OpenBSD: rport.4,v 1.2 2024/08/31 13:39:36 jmc Exp $
.\"
.\" Copyright (c) 2024 David Gwynne <dlg@openbsd.org>
.\"
@@ -31,7 +31,7 @@ between
instances.
.Pp
Layer 3 connectivity between a pair of rdomains can be established
-by creating a
+by creating an
.Nm
interface in each rdomain, and connecting them together by configuring
one of these interfaces as the parent of the other.
@@ -50,8 +50,8 @@ see its manual page for more information.
Create two
.Nm
interfaces in separate
-.Xr rdomain 4 Ns s
-and connect them together:
+.Xr rdomain 4
+instances and connect them together:
.Bd -literal -offset indent
# ifconfig rport0 create rdomain 0 up
# ifconfig rport1 create rdomain 1 parent rport0 up