components/zlib/patches/manpage.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Fri, 13 Jan 2017 02:17:05 -0800
changeset 7718 9960a50bc6cf
parent 1945 3dc1935a2189
permissions -rw-r--r--
25391510 Upgrade zlib to version 1.2.11 25214399 problem in LIBRARY/LIBZ 25417002 ZLIB_VERSION is not fully numeric, breaks Python zlib test

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

--- zlib-1.2.11/zlib.3
+++ zlib-1.2.11/zlib.3
@@ -1,13 +1,13 @@
-.TH ZLIB 3 "15 Jan 2017"
+.TH LIBZ 3 "15 Jan 2017"
 .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
 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.