]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
docs: Minor corrections
authorGlenn Washburn <development@efficientek.com>
Wed, 28 Jun 2023 10:10:09 +0000 (05:10 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 3 Jul 2023 12:13:32 +0000 (14:13 +0200)
When referring to initrd16 the link for initrd16 should be used, not a link
for initrd. Also, correct the spelling of additionally and add a comma after
it to correct its grammatical usage.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi

index fc4e08f2c239792256ba4f2906ea87bae4b3a085..b812679801eb5c5cd4927acc60c219fd6da4792d 100644 (file)
@@ -1012,11 +1012,11 @@ is discovered. This is achieved by GRUB loading a specially made
 small image and passing it as ramdisk to the kernel. This is achieved
 by commands @command{kfreebsd_module}, @command{knetbsd_module_elf},
 @command{kopenbsd_ramdisk}, @command{initrd} (@pxref{initrd}),
-@command{initrd16} (@pxref{initrd}), @command{multiboot_module},
+@command{initrd16} (@pxref{initrd16}), @command{multiboot_module},
 @command{multiboot2_module} or @command{xnu_ramdisk}
 depending on the loader. Note that for knetbsd the image must be put
 inside miniroot.kmod and the whole miniroot.kmod has to be loaded. In
-kopenbsd payload this is disabled by default. Aditionally behaviour of
+kopenbsd payload this is disabled by default. Additionally, behaviour of
 initial ramdisk depends on command line options. Several distributors provide
 the image for this purpose or it's integrated in their standard ramdisk and
 activated by special option. Consult your kernel and distribution manual for