[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MULTIBOOT2 DOC PATCH v3 06/13] multiboot2: Fix description of EFI boot
From: |
Daniel Kiper |
Subject: |
[MULTIBOOT2 DOC PATCH v3 06/13] multiboot2: Fix description of EFI boot services tag |
Date: |
Tue, 6 Dec 2016 23:52:54 +0100 |
Without this fix multiboot2 doc build fails. Additionally,
add missing full stop at the end of sentence.
Signed-off-by: Daniel Kiper <address@hidden>
---
doc/multiboot.texi | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/multiboot.texi b/doc/multiboot.texi
index 4f838f0..9af756a 100644
--- a/doc/multiboot.texi
+++ b/doc/multiboot.texi
@@ -352,6 +352,7 @@ executable header.
* Address header tag::
* Console header tags::
* Module alignment tag::
+* EFI boot services tag::
@end menu
@@ -602,8 +603,8 @@ u32 | size = 8 |
If this tag is present modules must be page aligned.
address@hidden EFI boot services
address@hidden EFI boot services
address@hidden EFI boot services tag
address@hidden EFI boot services tag
@example
@group
@@ -616,7 +617,7 @@ u32 | size = 8 |
@end example
This tag indicates that payload supports starting without
-terminating boot services
+terminating boot services.
@node Machine state
@section MIPS machine state
--
1.7.10.4
- [MULTIBOOT2 DOC PATCH v3 00/13] multiboot2: Update documentation, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 02/13] multiboot2: Replace u_virt with u32, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 01/13] multiboot2: Replace u_phys with u32, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 04/13] multiboot2: Replace redundant if with the, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 05/13] multiboot2: Clarify meaning of information request header tag, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 03/13] multiboot2: Rename Multiboot to Multiboot2, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 06/13] multiboot2: Fix description of EFI boot services tag,
Daniel Kiper <=
- [MULTIBOOT2 DOC PATCH v3 07/13] multiboot2: Add description of support for EFI boot services, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 10/13] multiboot2: Say that memory maps may not be available on EFI platforms, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 08/13] multiboot2: Add description of EFI image handle tags, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 09/13] multiboot2: Add description of support for relocatable images, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 11/13] multiboot2: Add C structure members alignment and padding consideration section, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 12/13] multiboot2: Add me to authors, Daniel Kiper, 2016/12/06
- [MULTIBOOT2 DOC PATCH v3 13/13] multiboot2: Bump version to 2.0, Daniel Kiper, 2016/12/06
- Re: [MULTIBOOT2 DOC PATCH v3 00/13] multiboot2: Update documentation, Konrad Rzeszutek Wilk, 2016/12/06