components/zlib/patches/manpage.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 11 Jun 2014 23:33:02 -0700
changeset 1945 3dc1935a2189
parent 184 037c654f48d9
child 7718 9960a50bc6cf
permissions -rw-r--r--
PSARC/2014/167 zlib 1.2.8 16808660 Upgrade zlib to 1.2.8 for decompression bug fix 15596370 SUNBT6891268 zlib should provide large file support

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

--- zlib-1.2.8/zlib.3	2013-04-28 17:23:49.000000000 -0700
+++ zlib-1.2.8/zlib.3	2014-04-18 06:07:00.037749015 -0700
@@ -1,13 +1,13 @@
-.TH ZLIB 3 "28 Apr 2013"
+.TH LIBZ 3 "28 Apr 2013"
 .SH NAME
-zlib \- compression/decompression library
+libz \- compression/decompression library
 .SH SYNOPSIS
 [see
 .I zlib.h
 for full description]
 .SH DESCRIPTION
 The
-.I zlib
+.I libz (zlib)
 library is a general purpose data compression library.
 The code is thread safe, assuming that the standard library functions
 used are thread safe, such as memory allocation routines.