]> git.codecow.com Git - Monocypher.git/commitdiff
Revert "intro: format link with .Lk"
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 12 Dec 2019 12:24:21 +0000 (13:24 +0100)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 12 Dec 2019 12:24:21 +0000 (13:24 +0100)
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.

doc/man/man3/intro.3monocypher

index ae52e0c0572a2008e54208fdccef08f0c472d66a..5fc2c546ebca7cf734ad2565c4d9292c06dfd049 100644 (file)
@@ -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.