diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-12 09:18:31 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-12 09:18:31 +0000 |
commit | 08f26587dc0a2fb6fcd32d4d280f81133e0763ea (patch) | |
tree | b8f0ec794898608e238debfedbff483a79bac8da | |
parent | 575748a562d4b0a4f9b7a19544903f48a45673a8 (diff) |
SIOCGIFPARENT uses struct if_parent not ireq
ok jmc@
-rw-r--r-- | share/man/man4/gre.4 | 6 | ||||
-rw-r--r-- | 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 <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 |