git: 04464e95fee3 - stable/15 - uath.4: Canonicalize SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:05:16 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=04464e95fee35d3dfe9c6e5fdd7ee9f7b709e780
commit 04464e95fee35d3dfe9c6e5fdd7ee9f7b709e780
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-13 12:49:13 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:53 +0000
uath.4: Canonicalize SYNOPSIS
Event: EuroBSDcon 2026
MFC after: 3 days
(cherry picked from commit 2c92e4c931e7f12f1dc9b82036b26295c1f4d37e)
---
share/man/man4/uath.4 | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/share/man/man4/uath.4 b/share/man/man4/uath.4
index 865f04b84232..40dafca5f0a8 100644
--- a/share/man/man4/uath.4
+++ b/share/man/man4/uath.4
@@ -23,24 +23,16 @@
.Nm uath
.Nd Atheros USB IEEE 802.11a/b/g wireless network driver
.Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device ehci"
-.Cd "device uhci"
-.Cd "device ohci"
-.Cd "device usb"
-.Cd "device uath"
-.Cd "device wlan"
-.Ed
+.Cd device ehci
+.Cd device uhci
+.Cd device ohci
+.Cd device usb
+.Cd device uath
+.Cd device wlan
.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
-if_uath_load="YES"
-.Ed
+.Cd if_uath_load="YES"
.Sh DESCRIPTION
The
.Nm