diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-15 19:02:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-15 19:02:02 +0000 |
commit | 02085aa09d89716fa6c532a65233e2d6552c4aec (patch) | |
tree | e0c478ea47bbe1a4fb35f4d67a72b39b655d4814 /sys/arch/i386 | |
parent | 1c13c97459f4c883e1a4e032774ab7e007ec5436 (diff) |
use Lk for links;
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 2d95f3701fa..d1e747cf862 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.53 2012/06/11 07:15:53 otto Exp $ +.\" $OpenBSD: boot.8,v 1.54 2012/08/15 19:02:01 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 11 2012 $ +.Dd $Mdocdate: August 15 2012 $ .Dt BOOT 8 i386 .Os .Sh NAME @@ -388,7 +388,8 @@ option. RFC 1950 describes the zlib library interface. .Pp The official home page for the version of zlib used in this -operating system is at http://www.gzip.org/zlib/. +operating system is at +.Lk http://www.gzip.org/zlib/ . .Sh HISTORY This program was written by Michael Shalayeff for .Ox 2.1 . |