aboutsummaryrefslogtreecommitdiff
path: root/zlib.3
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.3')
-rw-r--r--zlib.36
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib.3 b/zlib.3
index 3e4280b..aedf220 100644
--- a/zlib.3
+++ b/zlib.3
@@ -1,4 +1,4 @@
1.TH ZLIB 3 "xx Sep 2011" 1.TH ZLIB 3 "27 Nov 2011"
2.SH NAME 2.SH NAME
3zlib \- compression/decompression library 3zlib \- compression/decompression library
4.SH SYNOPSIS 4.SH SYNOPSIS
@@ -36,9 +36,9 @@ All functions of the compression library are documented in the file
36.IR zlib.h . 36.IR zlib.h .
37The distribution source includes examples of use of the library 37The distribution source includes examples of use of the library
38in the files 38in the files
39.I example.c 39.I test/example.c
40and 40and
41.IR minigzip.c, 41.IR test/minigzip.c,
42as well as other examples in the 42as well as other examples in the
43.IR examples/ 43.IR examples/
44directory. 44directory.