diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-12-05 20:26:24 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-12-19 10:36:13 +0100 |
commit | cce3d43a2d7475c09cc56923bd78f88b2199a18c (patch) | |
tree | 8de828c6b4bceb4c90586a1be6adc739650f8b1d /docs | |
parent | core: Fix time namespace in RestrictNamespaces= (diff) | |
download | systemd-cce3d43a2d7475c09cc56923bd78f88b2199a18c.tar.xz systemd-cce3d43a2d7475c09cc56923bd78f88b2199a18c.zip |
docs/ELF_PACKAGE_NOTES: fix formatting
Backticks inside of a code block were displayed literally.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ELF_PACKAGE_METADATA.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/ELF_PACKAGE_METADATA.md b/docs/ELF_PACKAGE_METADATA.md index 5415441cfb..99da8da8d6 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`<br/> +`note type`: `0xcafe1a7e`<br/> +Owner: `FDO` (FreeDesktop.org)<br/> Value: a single JSON object encoded as a zero-terminated UTF-8 string -``` * JSON payload |