diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-11-21 18:56:02 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-11-27 14:15:32 -0800 |
commit | 1b57de3aef88bd0a7b80c11db3631281b08b650a (patch) | |
tree | 59e4742c1cb2c7475713ac4f66a2c6ad2301f001 /zlib.3 | |
parent | 0cbad869b044c022cdda20febca6e959b67e86a5 (diff) | |
download | zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.gz zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.tar.bz2 zlib-1b57de3aef88bd0a7b80c11db3631281b08b650a.zip |
Move example.c and minigzip.c to test/.
Diffstat (limited to 'zlib.3')
-rw-r--r-- | zlib.3 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .TH ZLIB 3 "xx Sep 2011" | 1 | .TH ZLIB 3 "27 Nov 2011" |
2 | .SH NAME | 2 | .SH NAME |
3 | zlib \- compression/decompression library | 3 | zlib \- 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 . |
37 | The distribution source includes examples of use of the library | 37 | The distribution source includes examples of use of the library |
38 | in the files | 38 | in the files |
39 | .I example.c | 39 | .I test/example.c |
40 | and | 40 | and |
41 | .IR minigzip.c, | 41 | .IR test/minigzip.c, |
42 | as well as other examples in the | 42 | as well as other examples in the |
43 | .IR examples/ | 43 | .IR examples/ |
44 | directory. | 44 | directory. |