diff options
author | Jonathan Corbet <corbet@lwn.net> | 2024-12-13 11:20:52 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-12-17 13:23:31 -0700 |
commit | 42463d3e89ab09fb0c0ab0e8bce481bae2ef7159 (patch) | |
tree | 940a162f62afc771bdd67d257d3e8b795d4f6bb1 | |
parent | 5c14b68596e748241d84431628c0b8aea41db2be (diff) | |
download | lwn-42463d3e89ab09fb0c0ab0e8bce481bae2ef7159.tar.gz lwn-42463d3e89ab09fb0c0ab0e8bce481bae2ef7159.zip |
docs: admin-guide: join the sysfs information in one place
The documents describing sysfs are spread out in the admin guide; bring
them together in one place.
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241213182057.343527-2-corbet@lwn.net
-rw-r--r-- | Documentation/admin-guide/index.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 15a522a96e76..94b70bb203cc 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -19,7 +19,6 @@ etc. devices sysctl/index - abi features This section describes CPU vulnerabilities and their mitigations. @@ -49,14 +48,14 @@ problems and bugs in particular. perf/index pstore-blk -This is the beginning of a section with information of interest to -application developers. Documents covering various aspects of the kernel -ABI will be found here. +A big part of the kernel's administrative interface is the sysfs virtual +filesystem; these documents describe how to interact with sysfs. .. toctree:: :maxdepth: 1 sysfs-rules + abi This is the beginning of a section with information of interest to application developers and system integrators doing analysis of the |