summaryrefslogtreecommitdiffstats
path: root/man2/kexec_load.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/kexec_load.2')
-rw-r--r--man2/kexec_load.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
index 58a894f30..99b4a661f 100644
--- a/man2/kexec_load.2
+++ b/man2/kexec_load.2
@@ -28,12 +28,12 @@ Standard C library
.IR Note :
glibc provides no wrappers for these system calls,
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
The
.BR kexec_load ()
system call loads a new kernel that can be executed later by
-.BR reboot (2).
+.MR reboot 2 .
.P
The
.I flags
@@ -159,7 +159,7 @@ In case of a normal kexec (i.e., the
.B KEXEC_ON_CRASH
flag is not set), the segment data is loaded in any available memory
and is moved to the final destination at kexec reboot time (e.g., when the
-.BR kexec (8)
+.MR kexec 8
command is executed with the
.I \-e
option).
@@ -321,9 +321,9 @@ Linux 2.6.13.
.BR kexec_file_load ()
Linux 3.17.
.SH SEE ALSO
-.BR reboot (2),
-.BR syscall (2),
-.BR kexec (8)
+.MR reboot 2 ,
+.MR syscall 2 ,
+.MR kexec 8
.P
The kernel source files
.I Documentation/kdump/kdump.txt