diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-02-24 03:42:14 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-03 17:48:38 -0500 |
commit | d3c1a297b6fe60fe7be637cb067b27fca46be504 (patch) | |
tree | 1c7907d2b0503ed9066b6104355571cb3f2f7507 | |
parent | bd8562626c8e170691d6457fe4e8dfb45607a48d (diff) |
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>
-rw-r--r-- | Documentation/media/v4l-drivers/bttv.rst | 2 | ||||
-rw-r--r-- | Documentation/s390/Debugging390.txt | 2 | ||||
-rw-r--r-- | Documentation/sysctl/kernel.txt | 2 | ||||
-rw-r--r-- | Documentation/virtual/uml/UserModeLinux-HOWTO.txt | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/media/v4l-drivers/bttv.rst b/Documentation/media/v4l-drivers/bttv.rst index bc63b12efafd..195ccaac2816 100644 --- a/Documentation/media/v4l-drivers/bttv.rst +++ b/Documentation/media/v4l-drivers/bttv.rst | |||
@@ -312,7 +312,7 @@ information out of a register+stack dump printed by the kernel on | |||
312 | protection faults (so-called "kernel oops"). | 312 | protection faults (so-called "kernel oops"). |
313 | 313 | ||
314 | If you run into some kind of deadlock, you can try to dump a call trace | 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 | This way it is possible to figure where *exactly* some process in "D" | 316 | This way it is possible to figure where *exactly* some process in "D" |
317 | state is stuck. | 317 | state is stuck. |
318 | 318 | ||
diff --git a/Documentation/s390/Debugging390.txt b/Documentation/s390/Debugging390.txt index 3df8babcdc41..5ae7f868a007 100644 --- a/Documentation/s390/Debugging390.txt +++ b/Documentation/s390/Debugging390.txt | |||
@@ -2116,7 +2116,7 @@ The sysrq key reading is very picky ( I have to type the keys in an | |||
2116 | This is particularly useful for syncing disks unmounting & rebooting | 2116 | This is particularly useful for syncing disks unmounting & rebooting |
2117 | if the machine gets partially hung. | 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 | References: | 2121 | References: |
2122 | =========== | 2122 | =========== |
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index a32b4b748644..bac23c198360 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt | |||
@@ -85,7 +85,7 @@ show up in /proc/sys/kernel: | |||
85 | - softlockup_all_cpu_backtrace | 85 | - softlockup_all_cpu_backtrace |
86 | - soft_watchdog | 86 | - soft_watchdog |
87 | - stop-a [ SPARC only ] | 87 | - stop-a [ SPARC only ] |
88 | - sysrq ==> Documentation/sysrq.txt | 88 | - sysrq ==> Documentation/admin-guide/sysrq.rst |
89 | - sysctl_writes_strict | 89 | - sysctl_writes_strict |
90 | - tainted | 90 | - tainted |
91 | - threads-max | 91 | - threads-max |
diff --git a/Documentation/virtual/uml/UserModeLinux-HOWTO.txt b/Documentation/virtual/uml/UserModeLinux-HOWTO.txt index f4099ca6b483..87b80f589e1c 100644 --- a/Documentation/virtual/uml/UserModeLinux-HOWTO.txt +++ b/Documentation/virtual/uml/UserModeLinux-HOWTO.txt | |||
@@ -2401,9 +2401,9 @@ | |||
2401 | 2401 | ||
2402 | This takes one argument, which is a single letter. It calls the | 2402 | This takes one argument, which is a single letter. It calls the |
2403 | generic kernel's SysRq driver, which does whatever is called for by | 2403 | generic kernel's SysRq driver, which does whatever is called for by |
2404 | that argument. See the SysRq documentation in Documentation/sysrq.txt | 2404 | that argument. See the SysRq documentation in |
2405 | in your favorite kernel tree to see what letters are valid and what | 2405 | Documentation/admin-guide/sysrq.rst in your favorite kernel tree to |
2406 | they do. | 2406 | see what letters are valid and what they do. |
2407 | 2407 | ||
2408 | 2408 | ||
2409 | 2409 | ||