1 Patch origin: in-house 2 Patch status: Solaris-specific; not suitable for upstream 3 4 --- zlib-1.2.8/zlib.3 2013-04-28 17:23:49.000000000 -0700 5 +++ zlib-1.2.8/zlib.3 2014-04-18 06:07:00.037749015 -0700 6 @@ -1,13 +1,13 @@ 7 -.TH ZLIB 3 "28 Apr 2013" 8 +.TH LIBZ 3 "28 Apr 2013" 9 .SH NAME 10 -zlib \- compression/decompression library 11 +libz \- compression/decompression library 12 .SH SYNOPSIS 13 [see 14 .I zlib.h 15 for full description] 16 .SH DESCRIPTION 17 The 18 -.I zlib 19 +.I libz (zlib) 20 library is a general purpose data compression library. 21 The code is thread safe, assuming that the standard library functions 22 used are thread safe, such as memory allocation routines.