git: cedaad93176e - main - mmc(4), mmcsc(4): Remove missing Xref
Fernando Apesteguía=
fernape at FreeBSD.org
Thu Jun 10 13:20:03 UTC 2021
The branch main has been updated by fernape (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=cedaad93176e2a0680e929ff683cf8d173e3c562
commit cedaad93176e2a0680e929ff683cf8d173e3c562
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-06-10 13:11:22 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-06-10 13:15:54 +0000
mmc(4), mmcsc(4): Remove missing Xref
There is no evidence of at91_mci in the code whatsoever. Most of the at91
drivers where removed in 802baf0ba66c18ca52aeaf4a3e7b05e85d8e4d3b
PR: 218970
Reported by: reezer at reezer.org
Approved by: imp@
Differential Revision: https://reviews.freebsd.org/D29193
---
share/man/man4/mmc.4 | 3 +--
share/man/man4/mmcsd.4 | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/share/man/man4/mmc.4 b/share/man/man4/mmc.4
index 49f333135ade..430bca983280 100644
--- a/share/man/man4/mmc.4
+++ b/share/man/man4/mmc.4
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 8, 2008
+.Dd June 10, 2021
.Dt MMC 4
.Os
.Sh NAME
@@ -46,7 +46,6 @@ bus typically has only one slot, and only memory cards.
MultiMediaCards exist only in memory.
SD Cards exist as memory, I/O, or combination cards.
.Sh SEE ALSO
-.Xr at91_mci 4 ,
.Xr mmcsd 4 ,
.Xr sdhci 4
.Rs
diff --git a/share/man/man4/mmcsd.4 b/share/man/man4/mmcsd.4
index e66867eb3453..9779183c64d4 100644
--- a/share/man/man4/mmcsd.4
+++ b/share/man/man4/mmcsd.4
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 22, 2008
+.Dd June 10, 2021
.Dt MMCSD 4
.Os
.Sh NAME
@@ -36,7 +36,6 @@ The
.Nm
driver implements direct access block device for MMC and SD memory cards.
.Sh SEE ALSO
-.Xr at91_mci 4 ,
.Xr mmc 4 ,
.Xr sdhci 4
.Rs
More information about the dev-commits-src-all
mailing list