git: 57014ab77647 - main - pmc: Add a reminder to maintain documentation.

From: Joseph Koshy <jkoshy_at_FreeBSD.org>
Date: Wed, 29 Mar 2023 09:12:34 UTC
The branch main has been updated by jkoshy:

URL: https://cgit.FreeBSD.org/src/commit/?id=57014ab77647c74fcb0a01d68e21a161ceb95d5a

commit 57014ab77647c74fcb0a01d68e21a161ceb95d5a
Author:     Joseph Koshy <jkoshy@FreeBSD.org>
AuthorDate: 2023-03-28 21:22:59 +0000
Commit:     Joseph Koshy <jkoshy@FreeBSD.org>
CommitDate: 2023-03-29 09:12:08 +0000

    pmc: Add a reminder to maintain documentation.
    
    Approved by:    gnn (mentor)
    Differential Revision: https://reviews.freebsd.org/D39298
---
 sys/sys/pmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index 5465d0532a2a..8d25ecad721d 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -79,6 +79,8 @@ extern char pmc_cpuid[PMC_CPUID_LEN];
  * some way for PMC operations.  CPU names are grouped by manufacturer
  * and numbered sparsely in order to minimize changes to the ABI involved
  * when new CPUs are added.
+ *
+ * Please keep the pmc(3) manual page in sync with this list.
  */
 
 #define	__PMC_CPUS()						\