git: 7aa9728ec612 - stable/15 - ucycom.4: Canonicalize SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:05:23 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=7aa9728ec6129398b9d09a93d7deb4bb47dc5c5e
commit 7aa9728ec6129398b9d09a93d7deb4bb47dc5c5e
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-13 15:31:58 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:54 +0000
ucycom.4: Canonicalize SYNOPSIS
Event: EuroBSDcon 2026
MFC after: 3 days
(cherry picked from commit c64f6133ff083feb1c9451e12af5b7de0c2d6a41)
---
share/man/man4/ucycom.4 | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/share/man/man4/ucycom.4 b/share/man/man4/ucycom.4
index 4f4790f51c03..c2c299555bbc 100644
--- a/share/man/man4/ucycom.4
+++ b/share/man/man4/ucycom.4
@@ -32,22 +32,14 @@
.Nm ucycom
.Nd device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges
.Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following line in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device usb"
-.Cd "device hid"
-.Cd "device ucom"
-.Cd "device ucycom"
-.Ed
+.Cd device usb
+.Cd device hid
+.Cd device ucom
+.Cd device ucycom
.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
-ucycom_load="YES"
-.Ed
+.Cd ucycom_load="YES"
.Sh DESCRIPTION
The
.Nm