From: Zbigniew Jędrzejewski-Szmek Date: Fri, 22 Sep 2023 15:55:39 +0000 (+0200) Subject: man/cryptenroll: link to crypttab(5) for examples X-Git-Tag: v255-rc1~415^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38e3c61dbb1ad69e7df910d07fa8b47f3d97f660;p=thirdparty%2Fsystemd.git man/cryptenroll: link to crypttab(5) for examples I was missing an example of how to use cryptenroll. We have that, but in another page. Instead of repeating, let's just direct the user to the right place. Also, reformat synopsis to the "official" non-nested syntax. --- diff --git a/man/systemd-cryptenroll.xml b/man/systemd-cryptenroll.xml index 27b072cbdb4..cd01791acf7 100644 --- a/man/systemd-cryptenroll.xml +++ b/man/systemd-cryptenroll.xml @@ -22,7 +22,9 @@ - systemd-cryptenroll OPTIONS DEVICE + systemd-cryptenroll + OPTIONS + DEVICE @@ -545,6 +547,14 @@ On success, 0 is returned, a non-zero failure code otherwise. + + Examples + + crypttab5 and + systemd-measure1 + contain various examples employing systemd-cryptenroll. + + See Also