diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-11-12 08:29:28 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-12 09:54:07 +0100 |
commit | 05a03663813993d00cec11c39571027505e93344 (patch) | |
tree | 23398e0e443ba9b7a890fbe6efbb5fe8c3fc5dc1 | |
parent | network: forget IPv4 non-local routes when an interface went down (#35099) (diff) | |
download | systemd-05a03663813993d00cec11c39571027505e93344.tar.xz systemd-05a03663813993d00cec11c39571027505e93344.zip |
man/systemd-keyutil: fix rendering typo
-rw-r--r-- | man/systemd-keyutil.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-keyutil.xml b/man/systemd-keyutil.xml index 99d4d903b4..d56d226112 100644 --- a/man/systemd-keyutil.xml +++ b/man/systemd-keyutil.xml @@ -85,7 +85,7 @@ by a specific provider identifier, separated with a colon, e.g. <literal>provider:pkcs11</literal>. The <option>--private-key=</option> option can take a path or a URI that will be passed to the OpenSSL engine or provider, as specified by <option>--private-key-source=</option> as a - <literal>type:name</literal> tuple, such as <literal>engine:pkcs11</literal></para>. + <literal>type:name</literal> tuple, such as <literal>engine:pkcs11</literal>.</para> <xi:include href="version-info.xml" xpointer="v257"/></listitem> </varlistentry> |