From: Zbigniew Jędrzejewski-Szmek Date: Thu, 26 May 2022 12:23:27 +0000 (+0200) Subject: man/homectl: adjust man page to match code X-Git-Tag: v252-rc1~922^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23521%2Fhead;p=thirdparty%2Fsystemd.git man/homectl: adjust man page to match code Fixes #22966. Since there are competing conventions, let's not change our code, but make the docs match what is implemented. --- diff --git a/man/homectl.xml b/man/homectl.xml index dacbd17b1e0..6fd5340370f 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -686,7 +686,7 @@ CIPHER MODE - BITS + BYTES TYPE ALGORITHM SECONDS @@ -696,7 +696,12 @@ Configures various cryptographic parameters for the LUKS2 storage mechanism. See cryptsetup8 - for details on the specific attributes. + for details on the specific attributes. + + Note that homectl uses bytes for key size, like + /proc/crypto, but cryptsetup8 + uses bits.