diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-28 13:42:07 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-05-28 13:42:07 +0000 |
commit | e64cf2ec0657e32da20661ad9804e31be09e08fb (patch) | |
tree | 0ab7542fe7cf1f28f79119d1f17e77f9e6e6847f /lib | |
parent | ccc15a7be1790ca4c451d8dc9773b4c14b51abae (diff) |
remove outdated zlib version information
from jan stary
fine with jmc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libz/compress.3 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libz/compress.3 b/lib/libz/compress.3 index 73d21d573c1..2c4ec47b324 100644 --- a/lib/libz/compress.3 +++ b/lib/libz/compress.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.3,v 1.27 2024/02/07 20:51:38 tb Exp $ +.\" $OpenBSD: compress.3,v 1.28 2024/05/28 13:42:06 tb Exp $ .\" .\" Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler .\" @@ -21,9 +21,7 @@ .\" Converted to mdoc format for the OpenBSD project .\" by Jason McIntyre <jmc@openbsd.org> .\" -.\" This page corresponds to zlib version 1.2.3 -.\" -.Dd $Mdocdate: February 7 2024 $ +.Dd $Mdocdate: May 28 2024 $ .Dt COMPRESS 3 .Os .Sh NAME @@ -256,10 +254,6 @@ Checksum functions .Fn crc32_combine_gen "z_off_t len2" .Fn crc32_combine_op "uLong crc1" "uLong crc2" "uLong op" .Sh DESCRIPTION -This manual page describes the -.Nm zlib -general purpose compression library, version 1.2.11. -.Pp The .Nm zlib compression library provides in-memory compression and decompression functions, |