about summary refs log tree commit diff homepage
path: root/uncompress.3
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-09 14:30:03 -0500
committerJune McEnroe <june@causal.agency>2018-11-09 14:30:03 -0500
commitb9eb3d6f23df0669e7dccda38fac58c991284607 (patch)
tree80b0a784f226eb09267981303b326d220aed52b1 /uncompress.3
parentAdd FreeBSD Makefile (diff)
downloadzlib-man-pages-b9eb3d6f23df0669e7dccda38fac58c991284607.tar.gz
zlib-man-pages-b9eb3d6f23df0669e7dccda38fac58c991284607.zip
Use Pq/Po/Pc more
Diffstat (limited to '')
-rw-r--r--uncompress.36
1 files changed, 4 insertions, 2 deletions
diff --git a/uncompress.3 b/uncompress.3
index 04a082a..1b7c11a 100644
--- a/uncompress.3
+++ b/uncompress.3
@@ -37,10 +37,12 @@ Upon entry,
 .Fa destLen
 is the total size of the destination buffer,
 which must be large enough to hold the entire uncompressed data.
-(The size of the uncompressed data
+.Po
+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.)
+by some mechanism outside the scope of this compression library.
+.Pc
 Upon exit,
 .Fa destLen
 is the actual size of the uncompressed data.