diff options
author | Stephen Kitt <steve@sk2.org> | 2020-02-19 16:34:42 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-25 03:35:16 -0700 |
commit | 021622df556b7213cffec1c0713f093fc7d045e3 (patch) | |
tree | ded852cd5b856844d758011e471040c520bcd6a8 /Documentation/admin-guide/sysctl | |
parent | bf347b9da9bbba14b4af845b00d443f24d17d46d (diff) | |
download | linux-stable-021622df556b7213cffec1c0713f093fc7d045e3.tar.gz linux-stable-021622df556b7213cffec1c0713f093fc7d045e3.tar.bz2 linux-stable-021622df556b7213cffec1c0713f093fc7d045e3.zip |
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>
Diffstat (limited to 'Documentation/admin-guide/sysctl')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 6586e0e0c11f..1c48ab4bfe30 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -2,6 +2,9 @@ Documentation for /proc/sys/kernel/ =================================== +.. See scripts/check-sysctl-docs to keep this up to date + + Copyright (c) 1998, 1999, Rik van Riel <riel@nl.linux.org> Copyright (c) 2009, Shen Feng<shen@cn.fujitsu.com> |