Commit d3c1a297 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Jonathan Corbet

Documentation: Update path to sysrq.txt

Commit 9d85025b ("docs-rst: create an user's manual book") moved the
sysrq.txt leaving old paths in the kernel docs.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent bd856262
...@@ -312,7 +312,7 @@ information out of a register+stack dump printed by the kernel on ...@@ -312,7 +312,7 @@ information out of a register+stack dump printed by the kernel on
protection faults (so-called "kernel oops"). protection faults (so-called "kernel oops").
If you run into some kind of deadlock, you can try to dump a call trace If you run into some kind of deadlock, you can try to dump a call trace
for each process using sysrq-t (see Documentation/sysrq.txt). for each process using sysrq-t (see Documentation/admin-guide/sysrq.rst).
This way it is possible to figure where *exactly* some process in "D" This way it is possible to figure where *exactly* some process in "D"
state is stuck. state is stuck.
......
...@@ -2116,7 +2116,7 @@ The sysrq key reading is very picky ( I have to type the keys in an ...@@ -2116,7 +2116,7 @@ The sysrq key reading is very picky ( I have to type the keys in an
This is particularly useful for syncing disks unmounting & rebooting This is particularly useful for syncing disks unmounting & rebooting
if the machine gets partially hung. if the machine gets partially hung.
Read Documentation/sysrq.txt for more info Read Documentation/admin-guide/sysrq.rst for more info
References: References:
=========== ===========
......
...@@ -85,7 +85,7 @@ show up in /proc/sys/kernel: ...@@ -85,7 +85,7 @@ show up in /proc/sys/kernel:
- softlockup_all_cpu_backtrace - softlockup_all_cpu_backtrace
- soft_watchdog - soft_watchdog
- stop-a [ SPARC only ] - stop-a [ SPARC only ]
- sysrq ==> Documentation/sysrq.txt - sysrq ==> Documentation/admin-guide/sysrq.rst
- sysctl_writes_strict - sysctl_writes_strict
- tainted - tainted
- threads-max - threads-max
......
...@@ -2401,9 +2401,9 @@ ...@@ -2401,9 +2401,9 @@
This takes one argument, which is a single letter. It calls the This takes one argument, which is a single letter. It calls the
generic kernel's SysRq driver, which does whatever is called for by generic kernel's SysRq driver, which does whatever is called for by
that argument. See the SysRq documentation in Documentation/sysrq.txt that argument. See the SysRq documentation in
in your favorite kernel tree to see what letters are valid and what Documentation/admin-guide/sysrq.rst in your favorite kernel tree to
they do. see what letters are valid and what they do.
......
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