Skip to content

Commit d3c1a29

Browse files
krzkJonathan Corbet
authored andcommitted
Documentation: Update path to sysrq.txt
Commit 9d85025 ("docs-rst: create an user's manual book") moved the sysrq.txt leaving old paths in the kernel docs. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent bd85626 commit d3c1a29

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Documentation/media/v4l-drivers/bttv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ information out of a register+stack dump printed by the kernel on
312312
protection faults (so-called "kernel oops").
313313

314314
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).
316316
This way it is possible to figure where *exactly* some process in "D"
317317
state is stuck.
318318

Documentation/s390/Debugging390.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ The sysrq key reading is very picky ( I have to type the keys in an
21162116
This is particularly useful for syncing disks unmounting & rebooting
21172117
if the machine gets partially hung.
21182118

2119-
Read Documentation/sysrq.txt for more info
2119+
Read Documentation/admin-guide/sysrq.rst for more info
21202120

21212121
References:
21222122
===========

Documentation/sysctl/kernel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ show up in /proc/sys/kernel:
8585
- softlockup_all_cpu_backtrace
8686
- soft_watchdog
8787
- stop-a [ SPARC only ]
88-
- sysrq ==> Documentation/sysrq.txt
88+
- sysrq ==> Documentation/admin-guide/sysrq.rst
8989
- sysctl_writes_strict
9090
- tainted
9191
- threads-max

Documentation/virtual/uml/UserModeLinux-HOWTO.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,9 +2401,9 @@
24012401

24022402
This takes one argument, which is a single letter. It calls the
24032403
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.
24072407

24082408

24092409

0 commit comments

Comments
 (0)