diff options
author | 2012-08-18 08:44:24 +0000 | |
---|---|---|
committer | 2012-08-18 08:44:24 +0000 | |
commit | 633747ceda24709c77862b1b1b27e78b69b61512 (patch) | |
tree | dcd4d07c076fa5a5c51c7a223f55123ca449c32a /lib/libc | |
parent | forgot to document llvm property. (diff) | |
download | wireguard-openbsd-633747ceda24709c77862b1b1b27e78b69b61512.tar.xz wireguard-openbsd-633747ceda24709c77862b1b1b27e78b69b61512.zip |
within Rs/Re reference blocks, use %U instead of %O (or any other
variants) for URLs, allowing mandoc -Thtml to properly generate links;
(sendmail.8 changes are simply using Lk, which i somehow missed in previous)
ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not,
but 1.21 does;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/hash/mdX.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/hash/mdX.3 b/lib/libc/hash/mdX.3 index 425b77076b4..03958938c25 100644 --- a/lib/libc/hash/mdX.3 +++ b/lib/libc/hash/mdX.3 @@ -6,9 +6,9 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.11 2010/07/13 22:34:45 tedu Exp $ +.\" $OpenBSD: mdX.3,v 1.12 2012/08/18 08:44:25 jmc Exp $ .\" -.Dd $Mdocdate: July 13 2010 $ +.Dd $Mdocdate: August 18 2012 $ .Dt MDX 3 .Os .Sh NAME @@ -169,7 +169,7 @@ characters of buffer space. .Rs .%A RSA Laboratories .%T Frequently Asked Questions About today's Cryptography -.%O \&<http://www.rsa.com/rsalabs/faq/> +.%U http://www.rsa.com/rsalabs/faq/ .Re .Rs .%A H. Dobbertin |