git: d79c05acd2d4 - stable/14 - man4/Makefile: Add a reminder about architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 18:32:47 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=d79c05acd2d4c567ee35cf997df9fdf3f30c168a
commit d79c05acd2d4c567ee35cf997df9fdf3f30c168a
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-08-29 12:46:55 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 18:26:20 +0000
man4/Makefile: Add a reminder about architectures
MFC after: 3 days
Suggested by: emaste
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D51464
(cherry picked from commit b4a560d34f23b8a8cf86591371579475ab0617e7)
---
share/man/man4/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index eba7fe341c8a..b51d80176d92 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -2,6 +2,14 @@
.include <src.opts.mk>
+# If you add a new file here, please consider adding an entry to the
+# hardware notes template (website/archetypes/release/hardware.adoc in
+# the doc repository); otherwise the automatically generated hardware
+# notes will not include your driver.
+
+# If you enable a driver for a different architecture, please remember
+# to update the arch specifier in the document title of the manual.
+
MAN= aac.4 \
aacraid.4 \
acpi.4 \