about summary refs log tree commit diff homepage
path: root/gzflush.3
diff options
context:
space:
mode:
Diffstat (limited to 'gzflush.3')
-rw-r--r--gzflush.318
1 files changed, 17 insertions, 1 deletions
diff --git a/gzflush.3 b/gzflush.3
index 43e03e4..b93c03e 100644
--- a/gzflush.3
+++ b/gzflush.3
@@ -48,10 +48,26 @@ should be called only when strictly necessary
 because it will degrade compression
 if called too often.
 .
-.Sh RETURN VALUE
+.Sh RETURN VALUES
 The return value
 is the zlib error number
 .Po
 see function
 .Xr gzerror 3
 .Pc .
+.
+.Sh SEE ALSO
+.Xr deflate 3 ,
+.Xr gzerror 3 ,
+.Xr gzread 3 ,
+.Xr gzwrite 3
+.
+.Sh HISTORY
+This manual page was converted from
+.In zlib.h
+to mdoc format by
+.An C. McEnroe Aq Mt june@causal.agency .
+.
+.Sh AUTHORS
+.An Jean-loup Gailly Aq Mt jloup@gzip.org
+.An Mark Adler Aq Mt madler@alumni.caltech.edu