diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:28:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:10 -0400 |
commit | 488e614b3cade931b98a7f4e8a3c82bf80387157 (patch) | |
tree | 97e24e5f9ac2ed3d9355531e17f236089243548b /system/pbzip2 | |
parent | 9f65d8e25195a603356eb785259906c195520eeb (diff) |
system/pbzip2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/pbzip2')
-rw-r--r-- | system/pbzip2/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/pbzip2/README b/system/pbzip2/README index 2f2fc0919f114..90c2e8c7703bd 100644 --- a/system/pbzip2/README +++ b/system/pbzip2/README @@ -1,5 +1,5 @@ PBZIP2 is a parallel implementation of the bzip2 block-sorting file -compressor that uses pthreads and achieves near-linear speedup on SMP -machines. The output of this version is fully compatible with bzip2 v1.0.2 -or newer (ie: anything compressed with pbzip2 can be decompressed with -bzip2). +compressor that uses pthreads and achieves near-linear speedup on +SMP machines. The output of this version is fully compatible with +bzip2 v1.0.2 or newer (ie: anything compressed with pbzip2 can be +decompressed with bzip2). |