bootparam.7: Fix cross references to init(1) man page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-06-08 05:32:17 +02:00
parent e57fca5af6
commit 1aedd25804
1 changed files with 9 additions and 3 deletions

View File

@ -108,12 +108,18 @@ argument.
Any remaining arguments that were not picked up by the kernel and were
not interpreted as environment variables are then passed onto process
one, which is usually the init program.
one, which is usually the
.BR init (1)
program.
The most common argument that
is passed to the init process is the word 'single' which instructs init
is passed to the
.I init
process is the word 'single' which instructs it
to boot the computer in single user mode, and not launch all the usual
daemons.
Check the manual page for the version of init installed on
Check the manual page for the version of
.BR init (1)
installed on
your system to see what arguments it accepts.
.SS General non-device specific boot arguments
.TP