]> git.ipfire.org Git - thirdparty/linux.git/commit
docs: Use skiplist when checking sysctl admin-guide
authorJoel Granados <joel.granados@kernel.org>
Tue, 1 Jul 2025 07:55:39 +0000 (09:55 +0200)
committerJoel Granados <joel.granados@kernel.org>
Wed, 23 Jul 2025 09:57:05 +0000 (11:57 +0200)
commitbe0aef10dca87a644affb087f01728386c19903a
tree5690d1265f8a648569e6ca6dc93593f3e954c7f1
parent89b491bcf2d19516dd19b1f7a8872394a58b591b
docs: Use skiplist when checking sysctl admin-guide

Use a skiplist to "skip" the titles in the guide documentation
(Documentation/admin-guide/sysctl/*) that are not sysctls. This will
give a more accurate account of what sysctl are miss-documented.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
scripts/check-sysctl-docs