From d9e961bcb6414cc086d1a14bb43e4321ff4b87eb Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 31 Jan 2022 12:15:04 +0100 Subject: [PATCH] Rephrased awkward sentence in documentation --- doc/man/man3/crypto_argon2i.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/crypto_argon2i.3monocypher b/doc/man/man3/crypto_argon2i.3monocypher index ce78aee..e72f46f 100644 --- a/doc/man/man3/crypto_argon2i.3monocypher +++ b/doc/man/man3/crypto_argon2i.3monocypher @@ -221,7 +221,7 @@ In the context of password derivation, it would be stored separately from the password database and would remain secret even if an attacker were to steal the database. Note that changing the key requires rehashing the user's password, -which is only possible upon user login. +which can only be done when the user logs in .It Fa key_size Length of .Fa key , -- 2.47.3