]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-repart: remove extra pipe character in manpage
authorMorten Linderud <morten@linderud.pw>
Sun, 29 Mar 2026 12:15:05 +0000 (14:15 +0200)
committerMorten Linderud <morten@linderud.pw>
Sun, 29 Mar 2026 12:15:05 +0000 (14:15 +0200)
Signed-off-by: Morten Linderud <morten@linderud.pw>
man/systemd-repart.xml

index dac4759538446d31f0669783cb5a5a8c9a7b4de6..2af431067f16c758206c9a7286b5ded5e970fb95 100644 (file)
@@ -832,7 +832,7 @@ systemd-repart --definitions repart.d \
   --copy-source=/tmp/tree/ \
   --empty=create --size=600M \
   --json=short \
-  /tmp/img.raw | jq --raw-output0 .[-1].roothash &gt; /tmp/img.roothash
+  /tmp/img.raw | jq --raw-output0 .[-1].roothash &gt; /tmp/img.roothash
 
 openssl smime -sign -in /tmp/img.roothash \
   -inkey verity-private-key.pem \