diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-15 11:05:11 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-15 11:05:11 +0200 |
commit | 37f31ead9d2b4e467df11450cf29ed7d7e3e25f3 (patch) | |
tree | 556d738a4bd71fb4b718b1aca5f21d69622de1e9 /src/xz | |
parent | Don't read compressed data from a terminal or write it (diff) | |
download | xz-37f31ead9d2b4e467df11450cf29ed7d7e3e25f3.tar.xz |
Update the xz man page to match the previous two commits.
Diffstat (limited to 'src/xz')
-rw-r--r-- | src/xz/xz.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 94aa562e..709fa556 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 "2009-11-16" "Tukaani" "XZ Utils" +.TH XZ 1 "2010-01-15" "Tukaani" "XZ Utils" .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files .SH SYNOPSIS @@ -118,7 +118,7 @@ if any of the following applies: .IP \(bu 3 .I File is not a regular file. Symbolic links are not followed, thus they -are never considered to be regular files. +are not considered to be regular files. .IP \(bu 3 .I File has more than one hardlink. @@ -298,7 +298,7 @@ This option has several effects: If the target file already exists, delete it before compressing or decompressing. .IP \(bu 3 -Compress or decompress even if the input is not a regular file, +Compress or decompress even if the input is a symbolic link to a regular file, has more than one hardlink, or has setuid, setgid, or sticky bit set. The setuid, setgid, and sticky bits are not copied to the target file. .IP \(bu 3 @@ -326,9 +326,6 @@ standard output. can be used to restrict .B xz to decompress only a single file format. -.IP \(bu 3 -Allow writing compressed data to a terminal, and reading compressed data -from a terminal. .RE .TP .BR \-c ", " \-\-stdout ", " \-\-to-stdout |