diff options
Diffstat (limited to 'man2/kexec_load.2')
-rw-r--r-- | man2/kexec_load.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index d27bbc79..f820da07 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -56,9 +56,9 @@ Execute the new kernel automatically on a system crash. Preserve the system hardware and software states before executing the new kernel. This could be used for system suspend. -This flag is only available if the kernel was configured with +This flag is available only if the kernel was configured with .BR CONFIG_KEXEC_JUMP , -and is only effective if +and is effective only if .I nr_segments is greater than 0. .PP @@ -154,7 +154,7 @@ which is not currently exported to glibc. .\" Check if it got accepted later. Therefore, these constants must be defined manually. -This system call is only available if the kernel was configured with +This system call is available only if the kernel was configured with .BR CONFIG_KEXEC . .SH SEE ALSO .BR reboot (2), |