diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2017-09-11 05:04:16 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-11 13:15:47 +0200 |
| commit | 550c368fb5c283c653da3d3ba9b7d10f6005aae8 (patch) | |
| tree | cae2eedb4bf451c4ca0bdaa3070141fdff23a468 /man5 | |
| parent | a8999e1fa234afab24ea86bb42ded937ce74d0e7 (diff) | |
| download | man-pages-550c368fb5c283c653da3d3ba9b7d10f6005aae8.tar.gz | |
proc.5: Update pointer to in-kernel SysRq documentation
The location has been changed in Linux commit
v4.10-rc1~40^2~86^2~4.
* man5/proc.5 (.SS Files and directories)
<.TP .I /proc/sys/kernel/sysrq, .TP .IR /proc/sysrq-trigger>:
Amend pointer to Documentation/sysrq.txt with change introduced
in Linux 4.10 (move to Documentation/admin-guide/sysrq.rst).
Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index ed2cc1c0d9..5470ab5900 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -4877,7 +4877,11 @@ This file is present only if the .B CONFIG_MAGIC_SYSRQ kernel configuration option is enabled. For further details see the Linux kernel source file -.IR Documentation/sysrq.txt . +.I Documentation/admin\-guide/sysrq.rst +.\" commit 9d85025b0418163fae079c9ba8f8445212de8568 +(or +.I Documentation/sysrq.txt +before Linux 4.10). .TP .I /proc/sys/kernel/version This file contains a string such as: @@ -5320,7 +5324,11 @@ typing ALT-SysRq-<character> (see the description of This file is normally writable only by .IR root . For further details see the Linux kernel source file -.IR Documentation/sysrq.txt . +.I Documentation/admin\-guide/sysrq.rst +.\" commit 9d85025b0418163fae079c9ba8f8445212de8568 +(or +.I Documentation/sysrq.txt +before Linux 4.10). .TP .I /proc/sysvipc Subdirectory containing the pseudo-files |
