Skip to content

Commit

Permalink
Documentation: Update path to sysrq.txt
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
krzk authored and Jonathan Corbet committed Mar 3, 2017
1 parent bd85626 commit d3c1a29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/media/v4l-drivers/bttv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ information out of a register+stack dump printed by the kernel on
protection faults (so-called "kernel oops").

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"
state is stuck.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/s390/Debugging390.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
if the machine gets partially hung.

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

References:
===========
Expand Down
2 changes: 1 addition & 1 deletion Documentation/sysctl/kernel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ show up in /proc/sys/kernel:
- softlockup_all_cpu_backtrace
- soft_watchdog
- stop-a [ SPARC only ]
- sysrq ==> Documentation/sysrq.txt
- sysrq ==> Documentation/admin-guide/sysrq.rst
- sysctl_writes_strict
- tainted
- threads-max
Expand Down
6 changes: 3 additions & 3 deletions Documentation/virtual/uml/UserModeLinux-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2401,9 +2401,9 @@

This takes one argument, which is a single letter. It calls the
generic kernel's SysRq driver, which does whatever is called for by
that argument. See the SysRq documentation in Documentation/sysrq.txt
in your favorite kernel tree to see what letters are valid and what
they do.
that argument. See the SysRq documentation in
Documentation/admin-guide/sysrq.rst in your favorite kernel tree to
see what letters are valid and what they do.



Expand Down

0 comments on commit d3c1a29

Please sign in to comment.