diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-02 14:55:18 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-02 15:13:31 +0000 |
| commit | 0c1c81c479bef8d3e67f93ea00fc5d34ccf5af33 (patch) | |
| tree | fb66e470e526ee5d32895317debf3d71f32787d0 | |
| parent | 2f7a796b590e67c5d123f2b00b3aaf7ba7a32a13 (diff) | |
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)
| -rw-r--r-- | share/man/man4/mmcsd.4 | 11 |
1 files 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 . |
