diff options
author | Yann Collet <cyan@fb.com> | 2018-01-14 03:06:33 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-01-14 03:06:33 (GMT) |
commit | 52a76ff682042a310528c1c1bbe0d75c28131449 (patch) | |
tree | a01ba20be4299d3e3603cdb9e5439c8be6a5d57e | |
parent | e8ee6e5965249f52a4bc14c140349803728113f9 (diff) | |
download | lz4-52a76ff682042a310528c1c1bbe0d75c28131449.zip lz4-52a76ff682042a310528c1c1bbe0d75c28131449.tar.gz lz4-52a76ff682042a310528c1c1bbe0d75c28131449.tar.bz2 |
update man page
-rw-r--r-- | programs/lz4.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1 index 7ce5da0..e0f6a81 100644 --- a/programs/lz4.1 +++ b/programs/lz4.1 @@ -1,5 +1,5 @@ . -.TH "LZ4" "1" "July 2017" "lz4 1.8.0" "User Commands" +.TH "LZ4" "1" "2018-01-13" "lz4 1.8.1" "User Commands" . .SH "NAME" \fBlz4\fR \- lz4, unlz4, lz4cat \- Compress or decompress \.lz4 files @@ -46,6 +46,9 @@ If no destination name is provided, \fBand\fR if \fBstdout\fR is the console, \f .IP "\(bu" 4 As a consequence of previous rules, note the following example : \fBlz4 file | consumer\fR sends compressed data to \fBconsumer\fR through \fBstdout\fR, hence it does \fInot\fR create \fBfile\.lz4\fR\. . +.IP "\(bu" 4 +Another consequence of those rules is that to run \fBlz4\fR under \fBnohup\fR, you should provide a destination file: \fBnohup lz4 file file\.lz4\fR, because \fBnohup\fR writes the specified command\'s output to a file\. +. .IP "" 0 . .P |