diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-07 03:12:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-07 03:12:38 +0000 |
commit | 043c223315b05587cf5d8a7bacc594b717306fbf (patch) | |
tree | e3afc27e00460e927ea7d924b2d0a7160e60bfb2 /sys | |
parent | d082a77eeb8cb8fb0beca048f30c63a80418a400 (diff) |
right zlib Xr, 10x todd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 72db1c8c987..56d8fdc0f42 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.4 1997/09/06 00:37:34 deraadt Exp $ +.\" $OpenBSD: boot.8,v 1.5 1997/09/07 03:12:37 mickey Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -202,8 +202,13 @@ system code .Xr fdisk 8 , .Xr installboot 8 , .Xr boot 8 , -.Xr gzip 1 , -.%B http://quest.jpl.nasa.gov/zlib/ . +.Xr gzip 1 . +.Pp +RFC 1950 describes the zlib library interface. +.Pp +The official home page for the version of zlib used in +.Ox +operating system see http://quest.jpl.nasa.gov/zlib/ . .Sh BUGS Well, nobody is perfect. .Sh HISTORY |