From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Thu, 12 Dec 2019 12:24:21 +0000 (+0100) Subject: Revert "intro: format link with .Lk" X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=8089c0c3820cbcfe0f267e507cc18b4ffd057896;p=Monocypher.git Revert "intro: format link with .Lk" This reverts commit df321b37cda1db5e8bd6fa76e4daf01ac087b865. As it turns out, groff (1.22.4) will spew complaints about the Lk formatting to stderr, even though it's rendered perfectly fine. --- diff --git a/doc/man/man3/intro.3monocypher b/doc/man/man3/intro.3monocypher index ae52e0c..5fc2c54 100644 --- a/doc/man/man3/intro.3monocypher +++ b/doc/man/man3/intro.3monocypher @@ -161,8 +161,7 @@ Cryptographic libraries are easy to misuse. Even Monocypher allows a number of fatal mistakes. .Pp Users should follow a formal introduction to cryptography. -We currently recommend the -.Lk https://www.crypto101.io/ "Crypto 101 online course" . +We currently recommend the https://www.crypto101.io/ online course. .Ss Random number generation Use the facilities of your operating system. Avoid user space random number generators.