1
0
Fork 0

Adding manpage for lzd, thanks to Sakirnth Nagarasa <sakirnth@gmail.com> (Closes: #1013327).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 15:07:41 +01:00
parent 252f30ae52
commit fe38052474
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 18 additions and 0 deletions

1
debian/lzd.manpages vendored Normal file
View file

@ -0,0 +1 @@
debian/manpages/*

17
debian/manpages/lzd.1 vendored Normal file
View file

@ -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)