summaryrefslogtreecommitdiff
path: root/Documentation/sysrq.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/sysrq.txt')
-rw-r--r--Documentation/sysrq.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt
index d458683..8cb4d78 100644
--- a/Documentation/sysrq.txt
+++ b/Documentation/sysrq.txt
@@ -57,16 +57,9 @@ On PowerPC - Press 'ALT - Print Screen (or F13) - <command key>,
On other - If you know of the key combos for other architectures, please
let me know so I can add them to this section.
-On all - write a character to /proc/sysrq-trigger, e.g.:
- echo t > /proc/sysrq-trigger
-
-On all - Enable network SysRq by writing a cookie to icmp_echo_sysrq, e.g.
- echo 0x01020304 >/proc/sys/net/ipv4/icmp_echo_sysrq
- Send an ICMP echo request with this pattern plus the particular
- SysRq command key. Example:
- # ping -c1 -s57 -p0102030468
- will trigger the SysRq-H (help) command.
+On all - write a character to /proc/sysrq-trigger. e.g.:
+ echo t > /proc/sysrq-trigger
* What are the 'command' keys?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~