Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: x86: fix malformed table in boot protocol doc
@ 2026-01-08  6:46 Daisuke Iwasa
  2026-01-08  6:54 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Daisuke Iwasa @ 2026-01-08  6:46 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86, hpa, corbet, linux-kernel,
	linux-doc
  Cc: Daisuke Iwasa

Sphinx reports a malformed table warning in
Documentation/arch/x86/boot.rst.

Rewrite the "Assigned boot loader IDs" table using a simple table format
so the multi-line entries are properly represented.

Signed-off-by: Daisuke Iwasa <iwadjp@gmail.com>
---
 Documentation/arch/x86/boot.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/arch/x86/boot.rst b/Documentation/arch/x86/boot.rst
index 6d36ce86fd8e..18574f010d46 100644
--- a/Documentation/arch/x86/boot.rst
+++ b/Documentation/arch/x86/boot.rst
@@ -433,7 +433,7 @@ Protocol:	2.00+
 
   Assigned boot loader IDs:
 
-	== =======================================
+	==== =======================================
 	0x0  LILO
 	     (0x00 reserved for pre-2.00 bootloader)
 	0x1  Loadlin
@@ -456,7 +456,7 @@ Protocol:	2.00+
 	     <http://sebastian-plotz.blogspot.de>
 	0x12 OVMF UEFI virtualization stack
 	0x13 barebox
-	== =======================================
+	==== =======================================
 
   Please contact <hpa@zytor.com> if you need a bootloader ID value assigned.
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-08 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-08  6:46 [PATCH] docs: x86: fix malformed table in boot protocol doc Daisuke Iwasa
2026-01-08  6:54 ` Randy Dunlap
2026-01-08 22:02   ` iwadjp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox