Documentation: Update path to sysrq.txt

Commit 9d85025b0418 ("docs-rst: create an user's manual book") moved the
sysrq.txt leaving old paths in the kernel docs.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Krzysztof Kozlowski and committed by
Jonathan Corbet
d3c1a297 bd856262

+6 -6
+1 -1
Documentation/media/v4l-drivers/bttv.rst
··· 312 312 protection faults (so-called "kernel oops"). 313 313 314 314 If you run into some kind of deadlock, you can try to dump a call trace 315 - for each process using sysrq-t (see Documentation/sysrq.txt). 315 + for each process using sysrq-t (see Documentation/admin-guide/sysrq.rst). 316 316 This way it is possible to figure where *exactly* some process in "D" 317 317 state is stuck. 318 318
+1 -1
Documentation/s390/Debugging390.txt
··· 2116 2116 This is particularly useful for syncing disks unmounting & rebooting 2117 2117 if the machine gets partially hung. 2118 2118 2119 - Read Documentation/sysrq.txt for more info 2119 + Read Documentation/admin-guide/sysrq.rst for more info 2120 2120 2121 2121 References: 2122 2122 ===========
+1 -1
Documentation/sysctl/kernel.txt
··· 85 85 - softlockup_all_cpu_backtrace 86 86 - soft_watchdog 87 87 - stop-a [ SPARC only ] 88 - - sysrq ==> Documentation/sysrq.txt 88 + - sysrq ==> Documentation/admin-guide/sysrq.rst 89 89 - sysctl_writes_strict 90 90 - tainted 91 91 - threads-max
+3 -3
Documentation/virtual/uml/UserModeLinux-HOWTO.txt
··· 2401 2401 2402 2402 This takes one argument, which is a single letter. It calls the 2403 2403 generic kernel's SysRq driver, which does whatever is called for by 2404 - that argument. See the SysRq documentation in Documentation/sysrq.txt 2405 - in your favorite kernel tree to see what letters are valid and what 2406 - they do. 2404 + that argument. See the SysRq documentation in 2405 + Documentation/admin-guide/sysrq.rst in your favorite kernel tree to 2406 + see what letters are valid and what they do. 2407 2407 2408 2408 2409 2409