Date: Wed, 3 Sep 2025 18:59:49 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 80ab8a4beeb8 - main - umb.4: Remove device netmap from synopsis Message-ID: <202509031859.583Ixno4099823@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=80ab8a4beeb812adfbf1cb823ab7476d4a17659a commit 80ab8a4beeb812adfbf1cb823ab7476d4a17659a Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-09-03 18:50:58 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-09-03 18:59:00 +0000 umb.4: Remove device netmap from synopsis This driver was recently improved to no longer require DEV_NETMAP. PR: 263783 Reported by: zlei Fixes: e921d2842ee8 (umb: Fix setting the input routine) --- share/man/man4/umb.4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man4/umb.4 b/share/man/man4/umb.4 index 311a50faf8e7..37c86b3074f5 100644 --- a/share/man/man4/umb.4 +++ b/share/man/man4/umb.4 @@ -17,14 +17,13 @@ .\" .\" $NetBSD: umb.4,v 1.4 2019/08/30 09:22:17 wiz Exp $ .\" -.Dd August 4, 2025 +.Dd September 3, 2025 .Dt UMB 4 .Os .Sh NAME .Nm umb .Nd USB Mobile Broadband Interface Model (MBIM) cellular modem driver .Sh SYNOPSIS -.Cd "device netmap" .Cd "device usb" .Cd "device umb" .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509031859.583Ixno4099823>