about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-13 16:11:38 -0500
committerJune McEnroe <june@causal.agency>2018-11-13 16:11:38 -0500
commitcc063e66ae61f518e17f04ccc00b120e42e57f44 (patch)
treea7c1b5970f870e02d3218b5465277272442e7618
parentAdd gzungetc.3 (diff)
downloadzlib-man-pages-cc063e66ae61f518e17f04ccc00b120e42e57f44.tar.gz
zlib-man-pages-cc063e66ae61f518e17f04ccc00b120e42e57f44.zip
Fix spacing after parenthetical sentences
-rw-r--r--deflate.32
-rw-r--r--gzopen.34
-rw-r--r--inflateBack.32
-rw-r--r--inflateGetHeader.32
-rw-r--r--inflateInit2.32
-rw-r--r--uncompress.32
6 files changed, 7 insertions, 7 deletions
diff --git a/deflate.3 b/deflate.3
index 2195cdf..6ccd77f 100644
--- a/deflate.3
+++ b/deflate.3
@@ -124,7 +124,7 @@ In particular
 .Fa avail_in
 is zero after the call if enough output space
 has been provided before the call.
-.Pc
+.Pc \&
 Flushing may degrade compression for some compression algorithms
 and so it should be used only when necessary.
 This completes the current deflate block
diff --git a/gzopen.3 b/gzopen.3
index daebe5a..53962cb 100644
--- a/gzopen.3
+++ b/gzopen.3
@@ -51,7 +51,7 @@ See the description of
 for more information about the
 .Fa strategy
 parameter.
-.Pc
+.Pc \&
 .Sq T
 will request transparent writing or appending
 with no compression
@@ -94,7 +94,7 @@ can be used to create such a file.
 Also see
 .Xr gzflush 3
 for another way to do this.
-.Pc
+.Pc \&
 When appending,
 .Fn gzopen
 does not test whether the file begins with a gzip stream,
diff --git a/inflateBack.3 b/inflateBack.3
index f2c5bcb..7bcf36a 100644
--- a/inflateBack.3
+++ b/inflateBack.3
@@ -263,7 +263,7 @@ so
 is assured to be defined if
 .Fa out
 returns non-zero.
-.Pc
+.Pc \&
 Note that
 .Fn inflateBack
 cannot return
diff --git a/inflateGetHeader.3 b/inflateGetHeader.3
index e3e3cdd..748c334 100644
--- a/inflateGetHeader.3
+++ b/inflateGetHeader.3
@@ -64,7 +64,7 @@ is set to true if there is a header CRC.
 The header CRC was valid if
 .Fa done
 is set to one.
-.Pc
+.Pc \&
 If
 .Fa extra
 is not
diff --git a/inflateInit2.3 b/inflateInit2.3
index 84e5d7d..0831a49 100644
--- a/inflateInit2.3
+++ b/inflateInit2.3
@@ -140,7 +140,7 @@ but
 and
 .Fa avail_out
 are unused and unchanged.
-.Pc
+.Pc \&
 The current implementation of
 .Fn inflateInit2
 does not process any header information \(em
diff --git a/uncompress.3 b/uncompress.3
index 1b7c11a..e51aa02 100644
--- a/uncompress.3
+++ b/uncompress.3
@@ -42,7 +42,7 @@ The size of the uncompressed data
 must have been saved previously by the compressor
 and transmitted to the decompressor
 by some mechanism outside the scope of this compression library.
-.Pc
+.Pc \&
 Upon exit,
 .Fa destLen
 is the actual size of the uncompressed data.