git: f19aea89abd8 - main - nda.4: Add a HARDWARE section, tag SPDX

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Fri, 03 Oct 2025 14:36:14 UTC
The branch main has been updated by ziaee:

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

commit f19aea89abd8964bf96d134c2bd6e127464c79f6
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-10-03 14:30:15 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-03 14:35:28 +0000

    nda.4: Add a HARDWARE section, tag SPDX
    
    The description likely also needs some love.
    
    MFC after:              1 hour
    Co-authored-by:         ziaee (typed up imps suggestion, tagged spdx)
    Differential Revision:  https://reviews.freebsd.org/D52866
---
 share/man/man4/nda.4 | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/nda.4 b/share/man/man4/nda.4
index c4fa157af851..e45b2905462e 100644
--- a/share/man/man4/nda.4
+++ b/share/man/man4/nda.4
@@ -1,4 +1,6 @@
 .\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2017 Netflix, Inc.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -23,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 6, 2020
+.Dd October 2, 2025
 .Dt NDA 4
 .Os
 .Sh NAME
@@ -39,6 +41,14 @@ driver provides support for direct access devices, implementing the
 .Tn NVMe
 command protocol, that are attached to the system through a host adapter
 supported by the CAM subsystem.
+.Sh HARDWARE
+The
+.Nm
+driver supports NVMe
+.Pq Non-Volatile Memory Express
+storage devices connected via PCIe or over NVMF
+.Pq NVMe over Fabric
+via the CAM subsystem.
 .Sh SYSCTL VARIABLES
 The following variables are available as both
 .Xr sysctl 8