From: kn Date: Mon, 23 Sep 2024 20:38:49 +0000 (+0000) Subject: document SIOCSIFMTU; OK jmc X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50483800d0aead5a0cd51bb901d1cc6a2076c56b;p=openbsd document SIOCSIFMTU; OK jmc --- 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 *"