View | Details | Raw Unified | Return to bug 84271
Collapse All | Expand All

(-)/pr/work/compress.1 (+12 lines)
Lines 152-157 Link Here
152
coding (as used in the historical command pack), or adaptive Huffman
152
coding (as used in the historical command pack), or adaptive Huffman
153
coding (as used in the historical command compact), and takes less
153
coding (as used in the historical command compact), and takes less
154
time to compute.
154
time to compute.
155
.Pp
156
If
157
.Ar file
158
is a soft or hard link
159
.Nm compress
160
will replace it with a compressed copy of the linked-to file,
161
leaving that file uncompressed.
162
If
163
.Ar file
164
is hard linked, it will 
155
.Sh DIAGNOSTICS
165
.Sh DIAGNOSTICS
156
.Ex -std compress uncompress
166
.Ex -std compress uncompress
157
.Pp
167
.Pp
Lines 188-190 Link Here
188
.Nm
198
.Nm
189
command appeared in
199
command appeared in
190
.Bx 4.3 .
200
.Bx 4.3 .
201
.Sh BUGS
202
The program doesn't handle links well and has no link-handling options.

Return to bug 84271