Commit f8998c22 authored by Hans Holmberg's avatar Hans Holmberg Committed by Jonathan Corbet

lib/Kconfig.debug: correct documentation paths

A bunch of documentation files have moved, correct the paths.
Signed-off-by: default avatarHans Holmberg <hans@pixelmunchies.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent f4baccde
...@@ -130,7 +130,8 @@ config DYNAMIC_DEBUG ...@@ -130,7 +130,8 @@ config DYNAMIC_DEBUG
nullarbor:~ # echo -n 'func svc_process -p' > nullarbor:~ # echo -n 'func svc_process -p' >
<debugfs>/dynamic_debug/control <debugfs>/dynamic_debug/control
See Documentation/dynamic-debug-howto.txt for additional information. See Documentation/admin-guide/dynamic-debug-howto.rst for additional
information.
endmenu # "printk and dmesg options" endmenu # "printk and dmesg options"
...@@ -404,8 +405,8 @@ config MAGIC_SYSRQ ...@@ -404,8 +405,8 @@ config MAGIC_SYSRQ
by pressing various keys while holding SysRq (Alt+PrintScreen). It by pressing various keys while holding SysRq (Alt+PrintScreen). It
also works on a serial console (on PC hardware at least), if you also works on a serial console (on PC hardware at least), if you
send a BREAK and then within 5 seconds a command keypress. The send a BREAK and then within 5 seconds a command keypress. The
keys are documented in <file:Documentation/sysrq.txt>. Don't say Y keys are documented in <file:Documentation/admin-guide/sysrq.rst>.
unless you really know what this hack does. Don't say Y unless you really know what this hack does.
config MAGIC_SYSRQ_DEFAULT_ENABLE config MAGIC_SYSRQ_DEFAULT_ENABLE
hex "Enable magic SysRq key functions by default" hex "Enable magic SysRq key functions by default"
...@@ -414,7 +415,7 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE ...@@ -414,7 +415,7 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
help help
Specifies which SysRq key functions are enabled by default. Specifies which SysRq key functions are enabled by default.
This may be set to 1 or 0 to enable or disable them all, or This may be set to 1 or 0 to enable or disable them all, or
to a bitmask as described in Documentation/sysrq.txt. to a bitmask as described in Documentation/admin-guide/sysrq.rst.
config MAGIC_SYSRQ_SERIAL config MAGIC_SYSRQ_SERIAL
bool "Enable magic SysRq key over serial" bool "Enable magic SysRq key over serial"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment