summaryrefslogtreecommitdiffstats
path: root/debian/manpages/lzd.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:07 +0000
commit33e844193c829dbd3f6098f024ec6fdddc2271c2 (patch)
tree660360b3a46ab33b3accda190c6c1ed12bf3412e /debian/manpages/lzd.1
parentAdding upstream version 1.3. (diff)
downloadlzd-33e844193c829dbd3f6098f024ec6fdddc2271c2.tar.xz
lzd-33e844193c829dbd3f6098f024ec6fdddc2271c2.zip
Adding debian version 1.3-2.debian/1.3-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/manpages/lzd.1')
-rw-r--r--debian/manpages/lzd.117
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/manpages/lzd.1 b/debian/manpages/lzd.1
new file mode 100644
index 0000000..b65f5df
--- /dev/null
+++ b/debian/manpages/lzd.1
@@ -0,0 +1,17 @@
+.TH LZD "1" "2022-06-21" "lzd" "User Commands"
+.SH NAME
+lzd \- simplified lzip format decompressor
+.SH SYNOPSIS
+.B lzd
+[ -d ] < file.lz > file
+.SH DESCRIPTION
+This manual describes the usage of lzd. It is a simplified lzip decompressor for educational purpose. lzd is compliant with the lzip specification. Therefore it can verify the 3 integrity factors.
+.PP
+The command can take a lzip compressed file in stdin and it will decompress it to stdout.
+.SH OPTIONS
+.TP
+\fB\-d\fR
+Only for compatibility for other lzip tools.
+.PP
+.SH SEE ALSO
+lzip(1)