diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-10-25 18:36:19 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-11 13:30:44 +0200 |
commit | 0b5e8c7e073bce07c59112af1e8a7495e3576e6c (patch) | |
tree | 8ad94a8a1622d7e66b387210712a930f052f4b0f | |
parent | xz: If input file cannot be removed, treat it as a warning, not error. (diff) | |
download | xz-0b5e8c7e073bce07c59112af1e8a7495e3576e6c.tar.xz |
xz: Clarify the man page: input file isn't removed if an error occurs.
-rw-r--r-- | src/xz/xz.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index c5ac032e..066b13a2 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -5,7 +5,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2022-07-24" "Tukaani" "XZ Utils" +.TH XZ 1 "2022-10-25" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -183,7 +183,8 @@ is removed unless was specified. The source .I file -is never removed if the output is written to standard output. +is never removed if the output is written to standard output +or if an error occurs. .PP Sending .B SIGINFO |