From: CuleX Date: Tue, 5 Sep 2017 11:28:47 +0000 (+0200) Subject: Fix formatting on man page for crypto_chacha20_* X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=5a2c491c4134fb362db8a4bb634593b0065bd9f5;p=Monocypher.git Fix formatting on man page for crypto_chacha20_* Missing .Pp after .Ed. --- diff --git a/man/3monocypher/crypto_chacha20_encrypt.3monocypher b/man/3monocypher/crypto_chacha20_encrypt.3monocypher index f22cb53..791d4e6 100644 --- a/man/3monocypher/crypto_chacha20_encrypt.3monocypher +++ b/man/3monocypher/crypto_chacha20_encrypt.3monocypher @@ -82,6 +82,7 @@ Once the context is initialised, encryption can safely be chained thus: crypto_encrypt_chacha20(ctx, plain_1, cipher_1, length_1); crypto_encrypt_chacha20(ctx, plain_2, cipher_2, length_2); .Ed +.Pp The input .Fa plain_text and the output