blob: e842e22b2bdcc81c8134ef9feb2da02a22604226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "BEAUFORT" "1" "May 2014" "" ""
.
.SH "NAME"
\fBbeaufort\fR \-\- Command line Beaufort Cipher utility
.
.SH "SYNOPSIS"
\fBmurmur\fR [\-hV] [options]
.
.SH "OPTIONS"
\-V, \-\-version
output program version
.
.P
\-h, \-\-help
output help information
.
.P
\-\-seed=[seed]
hash seed (optional)
.
.SH "EXAMPLES"
\fB
$ echo \-n kinkajou | murmur
3067714808
\fR
.
.P
\fB
$ echo \-n panda | murmur \-\-seed=10
1406483717
\fR
.
.SH "AUTHOR"
.
.IP "\(bu" 4
Joseph Werle \fIjoseph\.werle@gmail\.com\fR
.
.IP "" 0
.
.SH "REPORTING BUGS"
.
.IP "\(bu" 4
\fIhttps://github\.com/jwerle/murmurhash\.c/issues\fR
.
.IP "" 0
.
.SH "SEE ALSO"
.
.IP "\(bu" 4
\fIhttps://github\.com/jwerle/murmurhash\.c\fR
.
.IP "" 0
.
.SH "LICENSE"
MIT
|