git: c54f685e09be - stable/15 - u3g.4: Canonicalize SYNOPSIS, fix stray hyphen
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:05:14 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=c54f685e09befb9483f1749f36ea69f3d8246969
commit c54f685e09befb9483f1749f36ea69f3d8246969
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-13 12:34:47 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:52 +0000
u3g.4: Canonicalize SYNOPSIS, fix stray hyphen
Event: EuroBSDcon 2026
MFC after: 3 days
(cherry picked from commit 7ec06b4d9726188c7315cf1b2d5b69fec4a385b4)
---
share/man/man4/u3g.4 | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)
diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4
index 51c883b8378e..5cdb242a48f8 100644
--- a/share/man/man4/u3g.4
+++ b/share/man/man4/u3g.4
@@ -1,4 +1,4 @@
-.\"-
+.\"
.\" SPDX-License-Identifier: ISC
.\"
.\" Copyright (c) 2008 AnyWi Technologies
@@ -25,24 +25,13 @@
.Nm u3g
.Nd USB support for 3G and 4G cellular modems
.Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device usb"
-.Cd "device ucom"
-.Cd "device u3g"
-.Ed
+.Cd device usb
+.Cd device ucom
+.Cd device u3g
.Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
+In
.Xr loader.conf 5 :
-.Bd -literal -offset indent
-u3g_load="YES"
-.Ed
-.Pp
-If neither of the above is done, the driver will be
-automatically loaded by devd(8) when the device is connected.
+.Cd u3g_load="YES"
.Sh DESCRIPTION
The
.Nm