From 872f767fecea8bcd6f26fadcaf8d03ae98b5fdfc Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sat, 8 Jul 2017 07:43:51 -0400 Subject: Fix formatting of concatenation example The "Concatenation of .lz4 files" section contains example commands that are run together on one line, making them invalid. Wrap them in a code block and clean up surrounding formatting. --- programs/lz4.1.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/programs/lz4.1.md b/programs/lz4.1.md index 6f42904..c6b99bc 100644 --- a/programs/lz4.1.md +++ b/programs/lz4.1.md @@ -63,15 +63,11 @@ Default behaviors can be modified by opt-in commands, detailed below. It is possible to concatenate `.lz4` files as is. `lz4` will decompress such files as if they were a single `.lz4` file. For example: + lz4 file1 > foo.lz4 lz4 file2 >> foo.lz4 -then - lz4cat foo.lz4 - -is equivalent to : - cat file1 file2 - +Then `lz4cat foo.lz4` is equivalent to `cat file1 file2`. OPTIONS ------- -- cgit v0.12