From 7bc327be90748c7f61298c1429696f6acfb4c63f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Nov 2018 15:30:05 -0500 Subject: Add missing .In zlib.h --- deflateBound.3 | 1 + deflateCopy.3 | 1 + deflateInit2.3 | 1 + deflateParams.3 | 1 + deflatePending.3 | 1 + deflateReset.3 | 1 + deflateSetDictionary.3 | 1 + deflateTune.3 | 1 + 8 files changed, 8 insertions(+) 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" -- cgit 1.4.1