From 35403e6d4c0cd61f8afdb574ea00f486142e24c8 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 16 Apr 2018 13:24:13 +0200 Subject: [PATCH] Missing plural in the manual --- doc/man/man3/crypto_argon2i.3monocypher | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/man3/crypto_argon2i.3monocypher b/doc/man/man3/crypto_argon2i.3monocypher index 667ff75..fb63c7a 100644 --- a/doc/man/man3/crypto_argon2i.3monocypher +++ b/doc/man/man3/crypto_argon2i.3monocypher @@ -181,7 +181,8 @@ in bytes. Must be zero if there is no additional data. .El .Sh RETURN VALUES -This function returns nothing. +These functions return nothing. +They cannot fail. .Sh EXAMPLES This example shows how to hash a password with the recommended baseline parameters: @@ -210,7 +211,7 @@ free(work_area); .Xr crypto_wipe 3monocypher , .Xr intro 3monocypher .Sh STANDARDS -This function implements Argon2i. +These functions implement Argon2i. An RFC draft is being maintained. .Sh CAVEATS Any deviation from the specified input and output length ranges results -- 2.47.3