]> git.codecow.com Git - Monocypher.git/commitdiff
Fix formatting on man page for crypto_chacha20_*
authorCuleX <cculex@gmail.com>
Tue, 5 Sep 2017 11:28:47 +0000 (13:28 +0200)
committerCuleX <cculex@gmail.com>
Tue, 5 Sep 2017 11:29:41 +0000 (13:29 +0200)
Missing .Pp after .Ed.

man/3monocypher/crypto_chacha20_encrypt.3monocypher

index f22cb5392a00c85dd55e4ce1a05ba3e0262b6884..791d4e63a077dae835f23972aeb4ea2a4016966d 100644 (file)
@@ -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