]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
kexec_load.2: Minor rewording
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 1 Nov 2014 11:20:37 +0000 (12:20 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jan 2015 20:45:04 +0000 (21:45 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/kexec_load.2

index 3bb4f4b24078f9f9be495f3cea4f8dde15bc7e1e..2cd07917d0aab35c988a30b0ab4de6d5c0403bb3 100644 (file)
@@ -135,9 +135,12 @@ It reads the kernel to be loaded from the file referred to by the descriptor
 and the initrd (initial RAM disk)
 to be loaded from file referred to by the descriptor
 .IR initrd_fd .
-It also takes the length of the kernel command line in
+The
+.IR cmdline
+argument is a pointer to a string containing the command line
+for the new kernel; the
 .IR cmdline_len
-and a pointer to the command line in
+argument specifies the length of the string in
 .IR cmdline .
 
 The