diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 15:30:05 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 15:30:05 -0500 |
commit | 7bc327be90748c7f61298c1429696f6acfb4c63f (patch) | |
tree | 1122422e5e8966610f55e4bc3fe8b539d5eaa1c3 | |
parent | Add deflatePending.3 (diff) | |
download | zlib-man-pages-7bc327be90748c7f61298c1429696f6acfb4c63f.tar.gz zlib-man-pages-7bc327be90748c7f61298c1429696f6acfb4c63f.zip |
Add missing .In zlib.h
-rw-r--r-- | deflateBound.3 | 1 | ||||
-rw-r--r-- | deflateCopy.3 | 1 | ||||
-rw-r--r-- | deflateInit2.3 | 1 | ||||
-rw-r--r-- | deflateParams.3 | 1 | ||||
-rw-r--r-- | deflatePending.3 | 1 | ||||
-rw-r--r-- | deflateReset.3 | 1 | ||||
-rw-r--r-- | deflateSetDictionary.3 | 1 | ||||
-rw-r--r-- | deflateTune.3 | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/deflateBound.3 b/deflateBound.3 index d8f91d5..59958cf 100644 --- a/deflateBound.3 +++ b/deflateBound.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft uLong .Fn deflateBound "z_streamp strm" "uLong sourceLen" . diff --git a/deflateCopy.3 b/deflateCopy.3 index 1281c36..aa04e18 100644 --- a/deflateCopy.3 +++ b/deflateCopy.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fn deflateCopy "z_streamp dest" "z_streamp source" . diff --git a/deflateInit2.3 b/deflateInit2.3 index 416cd39..9f22332 100644 --- a/deflateInit2.3 +++ b/deflateInit2.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fo deflateInit2 .Fa "z_streamp strm" diff --git a/deflateParams.3 b/deflateParams.3 index 31a5911..ace0d35 100644 --- a/deflateParams.3 +++ b/deflateParams.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fn deflateParams "z_streamp strm" "int level" "int strategy" . diff --git a/deflatePending.3 b/deflatePending.3 index 117cc6e..262f09c 100644 --- a/deflatePending.3 +++ b/deflatePending.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fn deflatePending "z_streamp strm" "unsigned *pending" "int *bits" . diff --git a/deflateReset.3 b/deflateReset.3 index de4e0a7..e17b4fd 100644 --- a/deflateReset.3 +++ b/deflateReset.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fn deflateReset "z_streamp strm" . diff --git a/deflateSetDictionary.3 b/deflateSetDictionary.3 index ce59797..91728ce 100644 --- a/deflateSetDictionary.3 +++ b/deflateSetDictionary.3 @@ -11,6 +11,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fo deflateSetDictionary .Fa "z_streamp strm" diff --git a/deflateTune.3 b/deflateTune.3 index 178b029..8b450be 100644 --- a/deflateTune.3 +++ b/deflateTune.3 @@ -10,6 +10,7 @@ .Lb libz . .Sh SYNOPSIS +.In zlib.h .Ft int .Fo deflateTune .Fa "z_streamp strm" |