forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'docs-5.7-2' of git://git.lwn.net/linux
Pull Documentation fixes from Jonathan Corbet: "A handful of late-arriving fixes for the documentation tree" * tag 'docs-5.7-2' of git://git.lwn.net/linux: Documentation: android: binderfs: add 'stats' mount option Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation links docs: driver-api: address duplicate label warning Documentation: sysrq: fix RST formatting docs: kernel-parameters.txt: Fix broken references docs: kernel-parameters.txt: Remove nompx docs: filesystems: fix typo in qnx6.rst
- Loading branch information
Showing
6 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,32 +48,34 @@ always allowed (by a user with admin privileges). | |
How do I use the magic SysRq key? | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
On x86 - You press the key combo :kbd:`ALT-SysRq-<command key>`. | ||
On x86 | ||
You press the key combo :kbd:`ALT-SysRq-<command key>`. | ||
|
||
.. note:: | ||
.. 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 :kbd:`Alt`, press :kbd:`SysRq`, | ||
release :kbd:`SysRq`, press :kbd:`<command key>`, release everything. | ||
|
||
On SPARC - You press :kbd:`ALT-STOP-<command key>`, I believe. | ||
On SPARC | ||
You press :kbd:`ALT-STOP-<command key>`, I believe. | ||
|
||
On the serial console (PC style standard serial ports only) | ||
You send a ``BREAK``, then within 5 seconds a command key. Sending | ||
``BREAK`` twice is interpreted as a normal BREAK. | ||
|
||
On PowerPC | ||
Press :kbd:`ALT - Print Screen` (or :kbd:`F13`) - :kbd:`<command key>`, | ||
Press :kbd:`ALT - Print Screen` (or :kbd:`F13`) - :kbd:`<command key>`. | ||
:kbd:`Print Screen` (or :kbd:`F13`) - :kbd:`<command key>` may suffice. | ||
|
||
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.:: | ||
Write a character to /proc/sysrq-trigger. e.g.:: | ||
|
||
echo t > /proc/sysrq-trigger | ||
|
||
|
@@ -282,7 +284,7 @@ Just ask them on the linux-kernel mailing list: | |
Credits | ||
~~~~~~~ | ||
|
||
Written by Mydraal <[email protected]> | ||
Updated by Adam Sulmicki <[email protected]> | ||
Updated by Jeremy M. Dolan <[email protected]> 2001/01/28 10:15:59 | ||
Added to by Crutcher Dunnavant <[email protected]> | ||
- Written by Mydraal <[email protected]> | ||
- Updated by Adam Sulmicki <[email protected]> | ||
- Updated by Jeremy M. Dolan <[email protected]> 2001/01/28 10:15:59 | ||
- Added to by Crutcher Dunnavant <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters