git: 7199b614de0a - main - wmt.4: Canonicalize SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Aug 2026 02:49:22 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=7199b614de0afda993b9d98689a00e221bfb41c6
commit 7199b614de0afda993b9d98689a00e221bfb41c6
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-28 20:26:04 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 02:48:13 +0000
wmt.4: Canonicalize SYNOPSIS
While here, tag SPDX.
MFC after: 3 days
---
share/man/man4/wmt.4 | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/share/man/man4/wmt.4 b/share/man/man4/wmt.4
index b9320371119f..b716e27f694b 100644
--- a/share/man/man4/wmt.4
+++ b/share/man/man4/wmt.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2014-2017 Vladimir Kondratyev <wulf@FreeBSD.org>
.\" All rights reserved.
.\"
@@ -29,21 +32,14 @@
.Nm wmt
.Nd MS Windows 7/8/10 - compatible USB HID multi-touch device driver
.Sh SYNOPSIS
-To compile this driver into the kernel, place the following lines into
-your kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device wmt"
-.Cd "device usb"
-.Cd "device hid"
-.Cd "device evdev"
-.Ed
+.Cd device wmt
+.Cd device usb
+.Cd device hid
+.Cd device evdev
.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
-wmt_load="YES"
-.Ed
+.Cd wmt_load="YES"
.Sh DESCRIPTION
The
.Nm