diff options
author | Pavel Machek <[email protected]> | 2007-10-07 00:24:37 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-10-07 16:28:43 -0700 |
commit | dfb0042d43d4e7664f7e3af1b51c9b08175483a6 (patch) | |
tree | f0cb7c713ce437681d5ba293cffd023957b1945d | |
parent | 291041e935e6d0513f2b7e4a300aa9f02ec1d925 (diff) |
sysrq docs: document sequence that actually works
Document sequence of keypresses that actually works. Yes, this changed
year-or-so ago.
Signed-off-by: Pavel Machek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | Documentation/sysrq.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt index ef19142896ca..10c8f6922ef4 100644 --- a/Documentation/sysrq.txt +++ b/Documentation/sysrq.txt @@ -43,7 +43,7 @@ On x86 - You press the key combo 'ALT-SysRq-<command key>'. Note - Some keyboards may not have a key labeled 'SysRq'. The 'SysRq' key is also known as the 'Print Screen' key. Also some keyboards cannot handle so many keys being pressed at the same time, so you might - have better luck with "press Alt", "press SysRq", "release Alt", + have better luck with "press Alt", "press SysRq", "release SysRq", "press <command key>", release everything. On SPARC - You press 'ALT-STOP-<command key>', I believe. |