aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 03:00:37 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:12 +1000
commit049d5a3c978ddec9a286d1862a9c78b2a5c43af3 (patch)
tree274bda7e6308ef36ad0c07c1af95f243e255d329
parent3a66db4afd129548a647e4927ccac85751d6ad3b (diff)
downloadman-pages-049d5a3c978ddec9a286d1862a9c78b2a5c43af3.tar.gz
kexec_load.2: Order ERRORS alphabetically
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/kexec_load.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/kexec_load.2 b/man2/kexec_load.2
index 6f5d1c0ef8..d1a5c4315a 100644
--- a/man2/kexec_load.2
+++ b/man2/kexec_load.2
@@ -312,9 +312,6 @@ or
.I initrd_fd
is empty (length zero).
.TP
-.B ENOMEM
-Could not allocate memory.
-.TP
.B ENOEXEC
.I kernel_fd
does not refer to an open file, or the kernel can't load this file.
@@ -322,6 +319,9 @@ Currently, the file must be a bzImage and contain an x86 kernel that
is loadable above 4GiB in memory (see the kernel source file
.IR Documentation/x86/boot.txt ).
.TP
+.B ENOMEM
+Could not allocate memory.
+.TP
.B EPERM
The caller does not have the
.BR CAP_SYS_BOOT