From cce3d43a2d7475c09cc56923bd78f88b2199a18c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 5 Dec 2023 20:26:24 +0100 Subject: [PATCH] docs/ELF_PACKAGE_NOTES: fix formatting Backticks inside of a code block were displayed literally. --- docs/ELF_PACKAGE_METADATA.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/ELF_PACKAGE_METADATA.md b/docs/ELF_PACKAGE_METADATA.md index 5415441cfb3..99da8da8d61 100644 --- a/docs/ELF_PACKAGE_METADATA.md +++ b/docs/ELF_PACKAGE_METADATA.md @@ -45,12 +45,10 @@ the original executable, debuginfo and sources, to further facilitate debugging. * Section header -``` -SECTION: `.note.package` -note type: `0xcafe1a7e` -Owner: `FDO` (FreeDesktop.org) +Section: `.note.package`
+`note type`: `0xcafe1a7e`
+Owner: `FDO` (FreeDesktop.org)
Value: a single JSON object encoded as a zero-terminated UTF-8 string -``` * JSON payload -- 2.47.3