components/zlib/patches/manpage.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7718 9960a50bc6cf
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

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.