summaryrefslogtreecommitdiffstats
path: root/programs
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2016-02-12 22:34:07 (GMT)
committerJulius Werner <jwerner@chromium.org>2016-02-13 06:49:52 (GMT)
commit4fcb2e17fb065f1d061a9c72066dd4dc1eb94a3f (patch)
tree7f380b82ca3eed2307acf1a8c219b390fc059535 /programs
parentad564c872089f61f1142c3544b9fd140093bd162 (diff)
downloadlz4-4fcb2e17fb065f1d061a9c72066dd4dc1eb94a3f.zip
lz4-4fcb2e17fb065f1d061a9c72066dd4dc1eb94a3f.tar.gz
lz4-4fcb2e17fb065f1d061a9c72066dd4dc1eb94a3f.tar.bz2
Remove whitespace from ends of lines
I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'programs')
-rw-r--r--programs/lz4.122
1 files changed, 11 insertions, 11 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1
index 2f070eb..51a37f1 100644
--- a/programs/lz4.1
+++ b/programs/lz4.1
@@ -18,11 +18,11 @@
.PP
.B unlz4
is equivalent to
-.BR "lz4 \-d"
+.BR "lz4 \-d"
.br
.B lz4cat
is equivalent to
-.BR "lz4 \-dc"
+.BR "lz4 \-dc"
.br
.PP
When writing scripts that need to decompress files,
@@ -42,17 +42,17 @@ and
.PP
\fBlz4\fR is an extremely fast lossless compression algorithm,
based on \fBbyte-aligned LZ77\fR family of compression scheme.
-\fBlz4\fR offers compression speeds of 400 MB/s per core, linearly scalable with multi-core CPUs.
+\fBlz4\fR offers compression speeds of 400 MB/s per core, linearly scalable with multi-core CPUs.
It features an extremely fast decoder, with speed in multiple GB/s per core,
-typically reaching RAM speed limit on multi-core systems.
+typically reaching RAM speed limit on multi-core systems.
The native file format is the
.B .lz4
format.
-.B lz4
-supports a command line syntax similar but not identical to
-.BR gzip (1).
-Differences are :
+.B lz4
+supports a command line syntax similar but not identical to
+.BR gzip (1).
+Differences are :
\fBlz4\fR preserve original files ;
\fBlz4 file1 file2\fR means : compress file1 \fIinto\fR file2 ;
\fBlz4 file\fR shows real-time statistics during compression .
@@ -98,9 +98,9 @@ only the latest one will be applied.
.TP
.BR \-z ", " \-\-compress
Compress.
-This is the default operation mode
+This is the default operation mode
when no operation mode option is specified ,
-no other operation mode is implied from the command name
+no other operation mode is implied from the command name
(for example,
.B unlz4
implies
@@ -192,7 +192,7 @@ independently, and the resulting name of each compressed file will be
Note : this option can only be activated when the original size can be determined,
hence for a file. It won't work with unknown source size, such as stdin or pipe.
.TP
-.B \--[no-]sparse
+.B \--[no-]sparse
sparse mode support (default:enabled on file, disabled on stdout)
.TP
.B \-l