diff options
author | Stephen Kitt <steve@sk2.org> | 2020-09-17 10:21:23 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-24 20:01:44 +0300 |
commit | 1013d4d910c6bc02a2731abdce7166469d56b667 (patch) | |
tree | fb64ef7b9ca0dc87879a4c8e9f1fc87d8835d6b3 /Documentation/admin-guide/sysctl/abi.rst | |
parent | 363a7ac4adec468302fb06b004a4b63cb7fcaef8 (diff) | |
download | linux-1013d4d910c6bc02a2731abdce7166469d56b667.tar.xz |
docs: rewrite admin-guide/sysctl/abi.rst
Following the structure used in sysctl/kernel.rst, this updates
abi.rst to use ReStructured Text more fully and updates the entries to
match current kernels:
* the list of files is now the table of contents;
* links are used to point to other documentation and other sections;
* all the existing entries are no longer present, so this removes
them;
* document vsyscall32.
Mentions of the kernel version are dropped. Since the document is
entirely rewritten, I've replaced the copyright statement.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20200917072123.8847-1-steve@sk2.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/sysctl/abi.rst')
-rw-r--r-- | Documentation/admin-guide/sysctl/abi.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/admin-guide/sysctl/abi.rst b/Documentation/admin-guide/sysctl/abi.rst index d88b48db8bf9..ac87eafdb54f 100644 --- a/Documentation/admin-guide/sysctl/abi.rst +++ b/Documentation/admin-guide/sysctl/abi.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0+ + ================================ Documentation for /proc/sys/abi/ ================================ |