From: Loup Vaillant Date: Mon, 16 Apr 2018 22:45:16 +0000 (+0200) Subject: Manual: minor rewording X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=3c47a0c127ef42d45ecf8af1152150246fc56e0c;p=Monocypher.git Manual: minor rewording --- diff --git a/doc/man/man3/crypto_sign_init_first_pass.3monocypher b/doc/man/man3/crypto_sign_init_first_pass.3monocypher index b343c80..63f9620 100644 --- a/doc/man/man3/crypto_sign_init_first_pass.3monocypher +++ b/doc/man/man3/crypto_sign_init_first_pass.3monocypher @@ -54,7 +54,7 @@ These functions are variants of .Xr crypto_sign 3monocypher and .Xr crypto_check 3monocypher . -Prefer those more simple functions if possible. +Prefer those simpler functions if possible. .Pp The arguments are the same as those described in .Xr crypto_sign 3monocypher . diff --git a/doc/man/man3/crypto_x25519.3monocypher b/doc/man/man3/crypto_x25519.3monocypher index e44758c..7d70af6 100644 --- a/doc/man/man3/crypto_x25519.3monocypher +++ b/doc/man/man3/crypto_x25519.3monocypher @@ -25,9 +25,9 @@ computes a shared secret with and .Fa their_public_key . It is a low-level primitive. -Users should use +Use .Xr crypto_key_exchange 3monocypher -unless they have a specific reason not to. +unless you have a specific reason not to. .Pp .Fn crypto_x25519_public_key is the same as