components/zlib/patches/manpage.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 13 Oct 2016 08:06:14 -0700
changeset 7109 f298ea535620
parent 1945 3dc1935a2189
child 7718 9960a50bc6cf
permissions -rw-r--r--
24844018 fix for 24826424 needs tweaking

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.