]> git.codecow.com Git - Monocypher.git/commitdiff
Manual: minor rewording
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 16 Apr 2018 22:45:16 +0000 (00:45 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 16 Apr 2018 22:45:16 +0000 (00:45 +0200)
doc/man/man3/crypto_sign_init_first_pass.3monocypher
doc/man/man3/crypto_x25519.3monocypher

index b343c806290ad249fde000be67abba954b1a2457..63f9620ebc4d38fa7ce0be157c21b71b30b5f31d 100644 (file)
@@ -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 .
index e44758cd52dc80b2bb7dc9b6f860480d1a6bdc67..7d70af642c2b312c6260f055b06af8048ee2520d 100644 (file)
@@ -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