diff options
author | Mauro Carvalho Chehab | 2019-04-22 16:48:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2019-07-15 11:03:01 -0300 |
commit | 570432470275c3da15b85362bc1461945b9c1919 (patch) | |
tree | aa20d1689748f3c044b260d52ade1b801c8a5cc2 /Documentation/admin-guide/mm/index.rst | |
parent | ec4b78a0e7dd4751423089b7cfd32168f9052377 (diff) |
docs: admin-guide: move sysctl directory to it
The stuff under sysctl describes /sys interface from userspace
point of view. So, add it to the admin-guide and remove the
:orphan: from its index file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/mm/index.rst')
-rw-r--r-- | Documentation/admin-guide/mm/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mm/index.rst b/Documentation/admin-guide/mm/index.rst index f5e92f33f96e..5f61a6c429e0 100644 --- a/Documentation/admin-guide/mm/index.rst +++ b/Documentation/admin-guide/mm/index.rst @@ -11,7 +11,7 @@ processes address space and many other cool things. Linux memory management is a complex system with many configurable settings. Most of these settings are available via ``/proc`` filesystem and can be quired and adjusted using ``sysctl``. These APIs -are described in Documentation/sysctl/vm.rst and in `man 5 proc`_. +are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_. .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html |