Merge commit 'c85b8f8ecd23039aa9794098735f896c2c56346f'
This commit is contained in:
commit
6808fe7cf1
@ -3,7 +3,7 @@
|
|||||||
cmph \- minimum perfect hashing tool
|
cmph \- minimum perfect hashing tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B cmph
|
.B cmph
|
||||||
[-v] [-h] [-V] [-k nkeys] [-f hash_function] [-g [-c value][-s seed] ] [-a algorithm] [-M memory_in_MB] [-b BRZ_parameter] [-d tmp_dir] [-m file.mph] keysfile
|
[\-v] [\-h] [\-V] [\-k nkeys] [\-f hash_function] [\-g [\-c value][\-s seed] ] [\-a algorithm] [\-M memory_in_MB] [\-b BRZ_parameter] [\-d tmp_dir] [\-m file.mph] keysfile
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
Command line tool to generate and query minimal perfect hash functions.
|
Command line tool to generate and query minimal perfect hash functions.
|
||||||
@ -56,11 +56,11 @@ $ # Using the default algorithm (chm) for constructing a mphf
|
|||||||
.br
|
.br
|
||||||
$ # for keys in file keys_file. Lines in keys_file _must_ be unique.
|
$ # for keys in file keys_file. Lines in keys_file _must_ be unique.
|
||||||
.br
|
.br
|
||||||
$ ./cmph -v -g keys_file
|
$ ./cmph \-v \-g keys_file
|
||||||
.br
|
.br
|
||||||
$ # Query id of keys in the file keys_query
|
$ # Query id of keys in the file keys_query
|
||||||
.br
|
.br
|
||||||
$ ./cmph -v -m keys_file.mph keys_query
|
$ ./cmph \-v \-m keys_file.mph keys_query
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manual page was written by Enrico Tassi <gareuselesinge@users.sourceforge.net>,
|
This manual page was written by Enrico Tassi <gareuselesinge@users.sourceforge.net>,
|
||||||
for the Debian project (but may be used by others).
|
for the Debian project (but may be used by others).
|
||||||
|
Loading…
Reference in New Issue
Block a user