Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2025 15:14:08 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0c1c81c479be - main - mmcsd.4: s/DESCRIPTION/HARDWARE + HISTORY + SPDX
Message-ID:  <202510021514.592FE8qn030879@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee:

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

commit 0c1c81c479bef8d3e67f93ea00fc5d34ccf5af33
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-10-02 14:55:18 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-02 15:13:31 +0000

    mmcsd.4: s/DESCRIPTION/HARDWARE + HISTORY + SPDX
    
    This manual only describes a tiny amount suitable for the HW Relnotes.
    Remove the description section and replace it with a hardware section
    which will appear there.
    
    MFC after:      3 minutes
    Reported by:    ivy
    History Ref:    5bcb64f20afff21be511cc5 (Add mmc and mmcsd)
---
 share/man/man4/mmcsd.4 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/mmcsd.4 b/share/man/man4/mmcsd.4
index 7466bc546b91..07d7e963b596 100644
--- a/share/man/man4/mmcsd.4
+++ b/share/man/man4/mmcsd.4
@@ -1,4 +1,6 @@
 .\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2007 M. Warner Losh <imp@FreeBSD.org>
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -21,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 10, 2021
+.Dd October 2, 2025
 .Dt MMCSD 4
 .Os
 .Sh NAME
@@ -29,7 +31,7 @@
 .Nd MMC and SD memory card driver
 .Sh SYNOPSIS
 .Cd device mmcsd
-.Sh DESCRIPTION
+.Sh HARDWARE
 The
 .Nm
 driver implements direct access block device for MMC and SD memory cards.
@@ -42,3 +44,8 @@ driver implements direct access block device for MMC and SD memory cards.
 .Rs
 .%T "The MultiMediaCard System Specification"
 .Re
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Fx 7.0 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510021514.592FE8qn030879>