about summary refs log tree commit diff homepage
path: root/uncompress.3
diff options
context:
space:
mode:
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.