diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-08-12 17:01:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-08-12 17:01:37 +0000 |
commit | a8126f65865211b447b89f67e4686a1860c66479 (patch) | |
tree | a52aee3c20062a98129c9e26ec97d7a27bba9092 /share/man/man5 | |
parent | c7c6ea8e8b2a50bd975445076d6537bc2ecafa3d (diff) |
Use .Lk for HTTP hyperlinks, not .Pa.
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>.
jmc@ agrees in principle that .Lk is the right macro to use.
While here, update a few broken links,
and add missing markup at a few places.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/forward.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/forward.5 b/share/man/man5/forward.5 index 31fae9488fc..8138fe75151 100644 --- a/share/man/man5/forward.5 +++ b/share/man/man5/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.9 2010/10/18 15:01:40 jmc Exp $ +.\" $OpenBSD: forward.5,v 1.10 2012/08/12 17:01:35 schwarze Exp $ .\" .\" Copyright (c) 2001 Marco S. Hyman .\" @@ -10,7 +10,7 @@ .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: October 18 2010 $ +.Dd $Mdocdate: August 12 2012 $ .Dt FORWARD 5 .Os .Sh NAME @@ -62,4 +62,4 @@ foo@bar.baz.com, \euser #@# is a comment anywhere .Xr aliases 5 , .Xr sendmail 8 .Pp -.Pa http://www.sendmail.org/ +.Lk http://www.sendmail.org/ |