]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
keyutil: Reword pkcs7 documentation string a little
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 27 Feb 2025 09:03:12 +0000 (10:03 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 27 Feb 2025 09:03:12 +0000 (10:03 +0100)
man/systemd-keyutil.xml

index 7060433762c5f4fc6e218b211cc34e6a7e72f31a..6b75c7bba849dc4171d07369cbc5c07df733c8c2 100644 (file)
       <varlistentry>
         <term><command>pkcs7</command></term>
 
-        <listitem><para>This command generates a PKCS#7 signature that embeds the PKCS#1 signature (RSA)
-        provided with <option>--signature=</option> to an <option>--output=</option> file in PKCS#7 format
-        (p7s) using the certificate given with <option>--certificate=</option>.</para>
+        <listitem><para>This command embeds the PKCS#1 signature (RSA) provided with
+        <option>--signature=</option> in a PKCS#7 signature using the certificate given with
+        <option>--certificate=</option> and writes it to the file specified with <option>--output=</option>
+        in PKCS#7 format (p7s).</para>
 
         <xi:include href="version-info.xml" xpointer="v258"/></listitem>
       </varlistentry>