aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHans Holmberg2017-03-16 03:37:32 -0500
committerJonathan Corbet2017-03-17 14:01:42 -0500
commitf8998c226587fba2faa1f2dfff231b2b1af9a229 (patch)
treec2e6b71ce85434667499c3c65d4ad0c972ba0a74 /lib
parentf4baccdea5eb8deaf27dca6afd6ec86c29ca273c (diff)
downloadkernel-f8998c226587fba2faa1f2dfff231b2b1af9a229.tar.gz
kernel-f8998c226587fba2faa1f2dfff231b2b1af9a229.tar.xz
kernel-f8998c226587fba2faa1f2dfff231b2b1af9a229.zip
lib/Kconfig.debug: correct documentation paths
A bunch of documentation files have moved, correct the paths. Signed-off-by: Hans Holmberg <hans@pixelmunchies.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 97d62c2da6c2..22c75bcfb498 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -130,7 +130,8 @@ config DYNAMIC_DEBUG
130 nullarbor:~ # echo -n 'func svc_process -p' > 130 nullarbor:~ # echo -n 'func svc_process -p' >
131 <debugfs>/dynamic_debug/control 131 <debugfs>/dynamic_debug/control
132 132
133 See Documentation/dynamic-debug-howto.txt for additional information. 133 See Documentation/admin-guide/dynamic-debug-howto.rst for additional
134 information.
134 135
135endmenu # "printk and dmesg options" 136endmenu # "printk and dmesg options"
136 137
@@ -404,8 +405,8 @@ config MAGIC_SYSRQ
404 by pressing various keys while holding SysRq (Alt+PrintScreen). It 405 by pressing various keys while holding SysRq (Alt+PrintScreen). It
405 also works on a serial console (on PC hardware at least), if you 406 also works on a serial console (on PC hardware at least), if you
406 send a BREAK and then within 5 seconds a command keypress. The 407 send a BREAK and then within 5 seconds a command keypress. The
407 keys are documented in <file:Documentation/sysrq.txt>. Don't say Y 408 keys are documented in <file:Documentation/admin-guide/sysrq.rst>.
408 unless you really know what this hack does. 409 Don't say Y unless you really know what this hack does.
409 410
410config MAGIC_SYSRQ_DEFAULT_ENABLE 411config MAGIC_SYSRQ_DEFAULT_ENABLE
411 hex "Enable magic SysRq key functions by default" 412 hex "Enable magic SysRq key functions by default"
@@ -414,7 +415,7 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
414 help 415 help
415 Specifies which SysRq key functions are enabled by default. 416 Specifies which SysRq key functions are enabled by default.
416 This may be set to 1 or 0 to enable or disable them all, or 417 This may be set to 1 or 0 to enable or disable them all, or
417 to a bitmask as described in Documentation/sysrq.txt. 418 to a bitmask as described in Documentation/admin-guide/sysrq.rst.
418 419
419config MAGIC_SYSRQ_SERIAL 420config MAGIC_SYSRQ_SERIAL
420 bool "Enable magic SysRq key over serial" 421 bool "Enable magic SysRq key over serial"