summaryrefslogtreecommitdiffstats
path: root/man2/reboot.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/reboot.2')
-rw-r--r--man2/reboot.236
1 files changed, 18 insertions, 18 deletions
diff --git a/man2/reboot.2 b/man2/reboot.2
index e00ef20eb..005f71f66 100644
--- a/man2/reboot.2
+++ b/man2/reboot.2
@@ -39,7 +39,7 @@ The
call reboots the system, or enables/disables the reboot keystroke
(abbreviated CAD, since the default is Ctrl-Alt-Delete;
it can be changed using
-.BR loadkeys (1)).
+.MR loadkeys 1 ).
.P
This system call fails (with the error
.BR EINVAL )
@@ -93,14 +93,14 @@ the action associated with
The message "System halted." is printed, and the system is halted.
Control is given to the ROM monitor, if there is one.
If not preceded by a
-.BR sync (2),
+.MR sync 2 ,
data will be lost.
.TP
.B LINUX_REBOOT_CMD_KEXEC
.RB ( RB_KEXEC ,
0x45584543, since Linux 2.6.13).
Execute a kernel that has been loaded earlier with
-.BR kexec_load (2).
+.MR kexec_load 2 .
This option is available only if the kernel was configured with
.BR CONFIG_KEXEC .
.TP
@@ -110,7 +110,7 @@ This option is available only if the kernel was configured with
The message "Power down." is printed, the system is stopped,
and all power is removed from the system, if possible.
If not preceded by a
-.BR sync (2),
+.MR sync 2 ,
data will be lost.
.TP
.B LINUX_REBOOT_CMD_RESTART
@@ -119,7 +119,7 @@ data will be lost.
The message "Restarting system." is printed, and a default
restart is performed immediately.
If not preceded by a
-.BR sync (2),
+.MR sync 2 ,
data will be lost.
.TP
.B LINUX_REBOOT_CMD_RESTART2
@@ -129,7 +129,7 @@ and a restart (using the command string given in
.IR arg )
is performed immediately.
If not preceded by a
-.BR sync (2),
+.MR sync 2 ,
data will be lost.
.TP
.B LINUX_REBOOT_CMD_SW_SUSPEND
@@ -162,7 +162,7 @@ values listed below,
it performs a "reboot" of that namespace:
the "init" process of the PID namespace is immediately terminated,
with the effects described in
-.BR pid_namespaces (7).
+.MR pid_namespaces 7 .
.P
The values that can be supplied in
.I cmd
@@ -175,7 +175,7 @@ in this case are as follows:
.B LINUX_REBOOT_CMD_RESTART2
The "init" process is terminated,
and
-.BR wait (2)
+.MR wait 2
in the parent process reports that the child was killed with a
.B SIGHUP
signal.
@@ -185,7 +185,7 @@ signal.
.B LINUX_REBOOT_CMD_HALT
The "init" process is terminated,
and
-.BR wait (2)
+.MR wait 2
in the parent process reports that the child was killed with a
.B SIGINT
signal.
@@ -229,12 +229,12 @@ inside its user namespace.
.SH STANDARDS
Linux.
.SH SEE ALSO
-.BR systemctl (1),
-.BR systemd (1),
-.BR kexec_load (2),
-.BR sync (2),
-.BR bootparam (7),
-.BR capabilities (7),
-.BR ctrlaltdel (8),
-.BR halt (8),
-.BR shutdown (8)
+.MR systemctl 1 ,
+.MR systemd 1 ,
+.MR kexec_load 2 ,
+.MR sync 2 ,
+.MR bootparam 7 ,
+.MR capabilities 7 ,
+.MR ctrlaltdel 8 ,
+.MR halt 8 ,
+.MR shutdown 8