summaryrefslogtreecommitdiff
path: root/man/hzip.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/hzip.1')
-rw-r--r--man/hzip.124
1 files changed, 24 insertions, 0 deletions
diff --git a/man/hzip.1 b/man/hzip.1
new file mode 100644
index 0000000..e10aecc
--- /dev/null
+++ b/man/hzip.1
@@ -0,0 +1,24 @@
+.TH hunzip 1 "2008-06-12"
+.LO 1
+.SH NAME
+hunzip \- compress and encrypt dictionary files
+.SH SYNOPSIS
+hzip [\-h] [\-P password] [file(s)]
+.SH DESCRIPTION
+.I hunzip
+is a small utility for text file compression and encryption, especially for
+sorted dictionaries. "hunspell filename" creates the compressed
+file "filename.hz" without removing the original file.
+
+The compression algorithm uses 16-bit Huffman encoding and
+line-oriented prefix-suffix compression. It has good
+compression ratio for huge sorted word lists.
+.SH OPTIONS
+.IP \fB\-h\fR
+Display short help description.
+.IP \fB\-P password\fR
+Encrypted compression by an arbitrary length password.
+.SH SEE ALSO
+.B hzip (1), hunspell(1)
+.SH AUTHOR
+László Németh.