diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-09-03 18:50:58 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-09-03 18:59:00 +0000 |
| commit | 80ab8a4beeb812adfbf1cb823ab7476d4a17659a (patch) | |
| tree | a87dec6c1f09063621f0b7c9b22ec9c268208a90 | |
| parent | ccc6cf3b67edb9d50f6edb74c9b0e2c23f8b24d3 (diff) | |
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)
| -rw-r--r-- | share/man/man4/umb.4 | 3 |
1 files changed, 1 insertions, 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 |
