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/core-api | |
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/core-api')
-rw-r--r-- | Documentation/core-api/printk-formats.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst index 1d8e748f909f..c6224d039bcb 100644 --- a/Documentation/core-api/printk-formats.rst +++ b/Documentation/core-api/printk-formats.rst @@ -119,7 +119,7 @@ Kernel Pointers For printing kernel pointers which should be hidden from unprivileged users. The behaviour of %pK depends on the kptr_restrict sysctl - see -Documentation/sysctl/kernel.rst for more details. +Documentation/admin-guide/sysctl/kernel.rst for more details. Unmodified Addresses -------------------- |