git: b4a560d34f23 - main - man4/Makefile: Add a reminder about architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Aug 2025 12:49:54 UTC
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=b4a560d34f23b8a8cf86591371579475ab0617e7 commit b4a560d34f23b8a8cf86591371579475ab0617e7 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-08-29 12:46:55 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-08-29 12:49:27 +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 --- share/man/man4/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 519b113b0a2e..1d708cfda019 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -8,6 +8,9 @@ MANPACKAGE= kernel # 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 \