]> git.baikalelectronics.ru Git - kernel.git/commit
docs: add a script to check sysctl docs
authorStephen Kitt <steve@sk2.org>
Wed, 19 Feb 2020 15:34:42 +0000 (16:34 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 25 Feb 2020 10:35:16 +0000 (03:35 -0700)
commitf1522f838fba943250bad34616a3cbbeb1e53fef
treeded852cd5b856844d758011e471040c520bcd6a8
parentf6d29d7b9f6de4a4337149b46b9e4f24d7c5c0ec
docs: add a script to check sysctl docs

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 <steve@sk2.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/sysctl/kernel.rst
scripts/check-sysctl-docs [new file with mode: 0755]