From a76f97654b11ff5677ee7adb72a2e29b31e764a7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 14 Jul 2022 14:42:40 +0200 Subject: Adding manpage for lzd, thanks to Sakirnth Nagarasa (Closes: #1013327). Signed-off-by: Daniel Baumann --- debian/lzd.manpages | 1 + debian/manpages/lzd.1 | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 debian/lzd.manpages create mode 100644 debian/manpages/lzd.1 diff --git a/debian/lzd.manpages b/debian/lzd.manpages new file mode 100644 index 0000000..2fb19fb --- /dev/null +++ b/debian/lzd.manpages @@ -0,0 +1 @@ +debian/manpages/* 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) -- cgit v1.2.3