summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/xznew.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/opensuse-leap-15-6/man1/xznew.1
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/xznew.1')
-rw-r--r--upstream/opensuse-leap-15-6/man1/xznew.139
1 files changed, 0 insertions, 39 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/xznew.1 b/upstream/opensuse-leap-15-6/man1/xznew.1
deleted file mode 100644
index a341f55b..00000000
--- a/upstream/opensuse-leap-15-6/man1/xznew.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.TH XZNEW 1
-.SH NAME
-xznew \- recompress .gz or .tgz files to .xz files
-.SH SYNOPSIS
-.B xznew
-[ -ftv9PK] [ name.gz ... ]
-.SH DESCRIPTION
-.I xznew
-recompresses files from .gz (gzip) format to .xz (xz) format.
-If you want to recompress a file already in xz format, rename the file
-to force a .xz extension then apply xznew.
-.SH OPTIONS
-.TP
-.B \-f
-Force recompression from .gz to .xz format even if a .xz file already exists.
-.TP
-.B \-t
-Tests the new files before deleting originals.
-.TP
-.B \-v
-Verbose. Display the name and percentage reduction for each file compressed.
-.TP
-.B \-9
-Use the slowest compression method (optimal compression).
-.TP
-.B \-P
-Use pipes for the conversion to reduce disk space usage.
-.TP
-.B \-K
-Keep a .gz file when it is smaller than the .xz file
-.SH "SEE ALSO"
-xz(1), gzip(1)
-.SH BUGS
-.I xznew
-does not maintain the time stamp with the -P option if
-.I cpmod(1)
-is not available and
-.I touch(1)
-does not support the -r option.