aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-sysctl-docs
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25docs: add a script to check sysctl docsStephen Kitt1-0/+181
This script allows sysctl documentation to be checked against the kernel source code, to identify missing or obsolete entries. Running it against 5.5 shows for example that sysctl/kernel.rst has two obsolete entries and is missing 52 entries. Signed-off-by: Stephen Kitt <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>