Cross Reference: manpage.patch
xref
: /
solaris-userland
/
components
/
zlib
/
patches
/
manpage.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2893
N/A
Patch origin: in-house
2893
N/A
Patch status: Solaris-specific; not suitable for upstream
2893
N/A
2893
N/A
---
zlib-1.2.8/zlib.3
2013-04-28 17:23:49.000000000 -0700
2893
N/A
+++
zlib-1.2.8/zlib.3
2014-04-18 06:07:00.037749015 -0700
2893
N/A
@@ -1,13 +1,13 @@
2893
N/A
-.TH
ZLIB 3 "28 Apr 2013"
2893
N/A
+.TH LIBZ 3 "28 Apr 2013"
184
N/A
.SH NAME
184
N/A
-zlib \-
compression/decompression
library
184
N/A
+libz \-
compression/decompression
library
184
N/A
.SH SYNOPSIS
184
N/A
[see
184
N/A
.I
zlib.h
184
N/A
for full description]
184
N/A
.SH DESCRIPTION
184
N/A
The
184
N/A
-.I
zlib
184
N/A
+.I libz (zlib)
184
N/A
library is a general purpose data compression library.
2893
N/A
The code is thread safe, assuming that the standard library functions
2893
N/A
used are thread safe, such as memory allocation routines.