diff options
author | René Nyffenegger <mail@renenyffenegger.ch> | 2016-04-28 04:15:24 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 10:02:36 -0400 |
commit | 2fd872bd84b3aa1a177a66a8d14bd25f68f373f0 (patch) | |
tree | ae783be9b2de80c0f93864764915601f75ac4e60 | |
parent | 08559657b21522d642331f9dc455a3917d85ab00 (diff) |
Doc: correct the location of sysrq.c
sysrq.c moved to drivers/tty in 2010; update the documentation to match.
Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-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 13f5619b2203..3a3b30ac2a75 100644 --- a/Documentation/sysrq.txt +++ b/Documentation/sysrq.txt | |||
@@ -212,7 +212,7 @@ it is currently registered in that slot. This is in case the slot has been | |||
212 | overwritten since you registered it. | 212 | overwritten since you registered it. |
213 | 213 | ||
214 | The Magic SysRQ system works by registering key operations against a key op | 214 | The Magic SysRQ system works by registering key operations against a key op |
215 | lookup table, which is defined in 'drivers/char/sysrq.c'. This key table has | 215 | lookup table, which is defined in 'drivers/tty/sysrq.c'. This key table has |
216 | a number of operations registered into it at compile time, but is mutable, | 216 | a number of operations registered into it at compile time, but is mutable, |
217 | and 2 functions are exported for interface to it: | 217 | and 2 functions are exported for interface to it: |
218 | register_sysrq_key and unregister_sysrq_key. | 218 | register_sysrq_key and unregister_sysrq_key. |