Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: sysctl: add a few more top-level /proc/sys entries

Add a few missing directories under /proc/sys.
Fix punctuation and doubled words.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Reviewed-by: Rik van Riel <riel@surriel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250819075456.113623-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Jonathan Corbet
4cc7dce7 915fb5ca

+12 -6
+12 -6
Documentation/admin-guide/sysctl/index.rst
··· 66 66 67 67 =============== =============================================================== 68 68 abi/ execution domains & personalities 69 - debug/ <empty> 70 - dev/ device specific information (eg dev/cdrom/info) 69 + <$ARCH> tuning controls for various CPU architecture (e.g. csky, s390) 70 + crypto/ <undocumented> 71 + debug/ <undocumented> 72 + dev/ device specific information (e.g. dev/cdrom/info) 71 73 fs/ specific filesystems 72 74 filehandle, inode, dentry and quota tuning 73 75 binfmt_misc <Documentation/admin-guide/binfmt-misc.rst> 74 76 kernel/ global kernel info / tuning 75 77 miscellaneous stuff 78 + some architecture-specific controls 79 + security (LSM) stuff 76 80 net/ networking stuff, for documentation look in: 77 81 <Documentation/networking/> 78 82 proc/ <empty> 79 83 sunrpc/ SUN Remote Procedure Call (NFS) 84 + user/ Per user namespace limits 80 85 vm/ memory management tuning 81 86 buffer and cache management 82 - user/ Per user per user namespace limits 87 + xen/ <undocumented> 83 88 =============== =============================================================== 84 89 85 - These are the subdirs I have on my system. There might be more 86 - or other subdirs in another setup. If you see another dir, I'd 87 - really like to hear about it :-) 90 + These are the subdirs I have on my system or have been discovered by 91 + searching through the source code. There might be more or other subdirs 92 + in another setup. If you see another dir, I'd really like to hear about 93 + it :-) 88 94 89 95 .. toctree:: 90 96 :maxdepth: 1