diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-18 08:44:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-18 08:44:26 +0000 |
commit | 9eb2056463e77452c902098a4156d62a2f8ed708 (patch) | |
tree | 3237b2aaeaaf34410100ca649822df58be7ea112 /share/man/man4/lge.4 | |
parent | 1da3dbb86741c9576ee77fc94f0bf0c313f2d625 (diff) |
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 'share/man/man4/lge.4')
-rw-r--r-- | share/man/man4/lge.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4 index eb7a3a96ffb..d3415fe99e0 100644 --- a/share/man/man4/lge.4 +++ b/share/man/man4/lge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lge.4,v 1.21 2008/04/20 05:51:16 brad Exp $ +.\" $OpenBSD: lge.4,v 1.22 2012/08/18 08:44:25 jmc Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <william.paul@windriver.com>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/lge.4,v 1.3 2001/07/06 08:34:13 ru Exp $ .\" -.Dd $Mdocdate: April 20 2008 $ +.Dd $Mdocdate: August 18 2012 $ .Dt LGE 4 .Os .Sh NAME @@ -127,7 +127,7 @@ the network connection (cable). .Xr ifconfig 8 .Rs .%T Level 1 LXT1001 Programming Manual -.%O http://people.freebsd.org/~wpaul/Level1/LXT1001SRM.pdf +.%U http://people.freebsd.org/~wpaul/Level1/LXT1001SRM.pdf .Re .Sh HISTORY The |