diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2017-09-11 05:04:03 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-11 12:55:40 +0200 |
| commit | 96c11b3ffc31b47bbe0e30f95f8ee0d5e504dbe3 (patch) | |
| tree | 7f5472722febaf6ec4857ee2a76bc12cae604bcb /man5/proc.5 | |
| parent | e7dee04702af1c56408845b5532650c3f32e928c (diff) | |
| download | man-pages-96c11b3ffc31b47bbe0e30f95f8ee0d5e504dbe3.tar.gz | |
initrd.4, proc.5, bootparam.7: Update pointer to in-kernel initrd documentation
Linux commit v4.10-rc1~40^2~86^2~4 moves initrd documentation from
Documentation/initrd.txt to Documentation/admin-quide/initrd.rst.
* man4/initrd.4 (.SS Changing the normal root filesystem,
.SH SEE ALSO): Amend pointer to in-kernel initrd documentation
with change introduced in Linux 4.10 (move to
Documentation/admin-guide/initrd.rst).
* man5/proc.5 (.SS Files and directories)
<.TP .I /proc/sys/kernel/real-root-dev>: Likewise.
* man7/bootparam.7 (.SS Boot arguments for ramdisk use)
<.TP .B 'noinitrd'>: Likewise.
Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 346ca630f9..2ecd054a58 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -4627,7 +4627,11 @@ This value is the default if the kernel was not configured with .TP .I /proc/sys/kernel/real-root-dev This file is documented in the Linux kernel source file -.IR Documentation/initrd.txt . +.I Documentation/admin\-guide/initrd.rst +.\" commit 9d85025b0418163fae079c9ba8f8445212de8568 +(or +.I Documentation/initrd.txt +before Linux 4.10). .TP .IR /proc/sys/kernel/reboot-cmd " (Sparc only) " This file seems to be a way to give an argument to the SPARC |
