git: 9780b67b7433 - stable/15 - tpm.4: Canonicalize SYNOPSIS and HARDWARE

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 16 Sep 2026 12:06:23 UTC
The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=9780b67b74335e54e41085e4786d37d833099e38

commit 9780b67b74335e54e41085e4786d37d833099e38
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-13 15:49:41 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:05:58 +0000

    tpm.4: Canonicalize SYNOPSIS and HARDWARE
    
    (cherry picked from commit f49dc19881d853b26dd675127f579f923dc87de2)
---
 share/man/man4/tpm.4 | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/share/man/man4/tpm.4 b/share/man/man4/tpm.4
index 8736d24d1ee1..c11ba371d8e3 100644
--- a/share/man/man4/tpm.4
+++ b/share/man/man4/tpm.4
@@ -20,35 +20,33 @@
 .Nm tpm
 .Nd Trusted Platform Module
 .Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device tpm"
-.Ed
-.Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
-.Xr loader.conf 5 :
-.Bd -literal -offset indent
-tpm_load="YES"
-.Ed
+.Cd device tpm
 .Pp
 In
-.Pa /boot/device.hints :
+.Xr device.hints 5 :
 .Cd hint.tpm.0.at="isa"
 .Cd hint.tpm.0.maddr="0xfed40000"
 .Cd hint.tpm.0.msize="0x5000"
 .Cd hint.tpm.1.at="isa"
 .Cd hint.tpm.1.maddr="0xfed40000"
 .Cd hint.tpm.1.msize="0x1000"
+.Pp
+In
+.Xr loader.conf 5 :
+.Cd tpm_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
 driver provides support for various trusted platform modules (TPM) that can
 store cryptographic keys.
 .Pp
-Supported modules:
+The driver can be configured to use an IRQ by providing a free ISA
+interrupt vector in
+.Pa /boot/device.hints .
+.Sh HARDWARE
+The
+.Nm
+driver supports the following trusted platform modules:
 .Pp
 .Bl -bullet -compact -offset indent
 .It
@@ -66,10 +64,6 @@ STM ST19WP18
 .It
 Winbond WEC WPCT200
 .El
-.Pp
-The driver can be configured to use an IRQ by providing a free ISA
-interrupt vector in
-.Pa /boot/device.hints .
 .Sh SEE ALSO
 .Xr intro 4 ,
 .Xr device.hints 5 ,