From 46233ac1dadd9c52ec13d1f3023fa153c31aac72 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 12 Sep 2022 09:18:30 +0000 Subject: [PATCH] SIOCGIFPARENT uses struct if_parent not ireq ok jmc@ --- share/man/man4/gre.4 | 6 +++--- share/man/man4/vxlan.4 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 2156c28fc8d..d8b9d9ec4d2 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -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. diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index be8efdd151e..7a92aaf2a82 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -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 .\" @@ -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 -- 2.20.1