SIOCGIFPARENT uses struct if_parent not ireq
authorjsg <jsg@openbsd.org>
Mon, 12 Sep 2022 09:18:30 +0000 (09:18 +0000)
committerjsg <jsg@openbsd.org>
Mon, 12 Sep 2022 09:18:30 +0000 (09:18 +0000)
ok jmc@

share/man/man4/gre.4
share/man/man4/vxlan.4

index 2156c28..d8b9d9e 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gre.4,v 1.81 2021/01/08 21:26:34 kn Exp $
+.\" $OpenBSD: gre.4,v 1.82 2022/09/12 09:18:30 jsg Exp $
 .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $
 .\"
 .\" Copyright 1998 (c) The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: January 8 2021 $
+.Dd $Mdocdate: September 12 2022 $
 .Dt GRE 4
 .Os
 .Sh NAME
@@ -349,7 +349,7 @@ The parent interface may only be configured while the interface is
 down.
 .It Dv SIOCGIFPARENT Fa "struct if_parent *"
 Get the name of the interface used for multicast communication.
-.It Dv SIOCGIFPARENT Fa "struct ireq *"
+.It Dv SIOCGIFPARENT Fa "struct if_parent *"
 Remove the configuration of the interface used for multicast
 communication.
 .\" bridge(4) ioctls should go here too.
index be8efdd..7a92aaf 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: vxlan.4,v 1.17 2022/03/28 02:54:33 dlg Exp $
+.\"    $OpenBSD: vxlan.4,v 1.18 2022/09/12 09:18:30 jsg Exp $
 .\"
 .\" Copyright (c) 2013 Reyk Floeter <reyk@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: March 28 2022 $
+.Dd $Mdocdate: September 12 2022 $
 .Dt VXLAN 4
 .Os
 .Sh NAME
@@ -152,7 +152,7 @@ The parent interface may only be configured for interfaces in
 learning mode, and while the interface is down.
 .It Dv SIOCGIFPARENT Fa "struct if_parent *"
 Get the name of the interface used for multicast communication.
-.It Dv SIOCGIFPARENT Fa "struct ireq *"
+.It Dv SIOCGIFPARENT Fa "struct if_parent *"
 Remove the configuration of the interface used for multicast
 communication.
 .El