]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/package-notes: minor corrections
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Dec 2024 10:36:03 +0000 (11:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Dec 2024 14:35:55 +0000 (15:35 +0100)
Some small grammar cleanups, syntax highligthing,
semantic line breaks, missing version in a list.

docs/PACKAGE_METADATA_FOR_EXECUTABLE_FILES.md

index 99da8da8d61a97dce95cbb40e1e338379f0b2c17..73454ceed1765cc5ed4bbbb06c4285c506f119cb 100644 (file)
@@ -65,10 +65,11 @@ Value: a single JSON object encoded as a zero-terminated UTF-8 string
 }
 ```
 
-The format is a single JSON object, encoded as a zero-terminated `UTF-8` string.
+The format is a single JSON object,
+encoded as a zero-terminated `UTF-8` string.
 Each name in the object shall be unique as per recommendations of
-[RFC8259](https://datatracker.ietf.org/doc/html/rfc8259#section-4). Strings shall
-not contain any control character, nor use `\uXXX` escaping.
+[RFC8259](https://datatracker.ietf.org/doc/html/rfc8259#section-4).
+Strings shall not contain any control characters or use `\uXXX` escaping.
 
 When it comes to JSON numbers, this specification assumes that JSON parsers
 processing this information are capable of reproducing the full signed 53bit
@@ -82,9 +83,11 @@ types and ranges.
 
 Reference implementations of [packaging tools for .deb and .rpm](https://github.com/systemd/package-notes)
 are available, and provide macros/helpers to include the note in binaries built
-by the package build system. They make use of the new `--package-metadata` flag that
-is available in the bfd, gold, mold and lld linkers (versions 2.39, 1.3.0 and 15.0
-respectively). This linker flag takes a JSON payload as parameter.
+by the package build system.
+They make use of the new `--package-metadata=` flag that is available in the
+`bfd`, `gold`, `mold`, and `lld` linkers
+(versions 2.39, 2.39, 1.3.0, and 15.0 respectively).
+This linker flag takes the JSON payload as parameter.
 
 ## Well-known keys