From 50483800d0aead5a0cd51bb901d1cc6a2076c56b Mon Sep 17 00:00:00 2001 From: kn Date: Mon, 23 Sep 2024 20:38:49 +0000 Subject: [PATCH] document SIOCSIFMTU; OK jmc --- share/man/man4/netintro.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index a046782c061..773dac208bc 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.54 2024/09/23 20:37:42 kn Exp $ +.\" $OpenBSD: netintro.4,v 1.55 2024/09/23 20:38:49 kn Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -284,6 +284,8 @@ When marked up again, the interface is reinitialized. Get the interface flags. .It Dv SIOCGIFXFLAGS Fa "struct ifreq *" Get the extended interface flags. +.It Dv SIOCSIFMTU Fa "struct ifreq *" +Set the MTU of the interface. .It Dv SIOCGIFMTU Fa "struct ifreq *" Get the current MTU of the interface. .It Dv SIOCGIFHARDMTU Fa "struct ifreq *" -- 2.20.1