diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/venti-fmt.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/man8/venti-fmt.8 b/man/man8/venti-fmt.8 index f83e5286..2f21beda 100644 --- a/man/man8/venti-fmt.8 +++ b/man/man8/venti-fmt.8 @@ -203,10 +203,12 @@ but should only be used when it is known that the file was already zeroed. .I Fmtbloom formats the given .I file -as a bloom filter +as a Bloom filter (see .IR venti (7)). The options are: +.TF "\fL-s\fI size" +.PD .TP .BI -n " nblock \fR| " -N " nhash The number of blocks expected to be indexed by the filter @@ -219,7 +221,7 @@ to compute an appropriate .IR nhash . .TP .BI -s " size -The size of the bloom filter. The default is the total size of the file. +The size of the Bloom filter. The default is the total size of the file. In either case, .I size is rounded down to a power of two. @@ -334,6 +336,8 @@ generated by reading the arenas. Options to .I buildindex are: +.TF "\fL-M\fI imemsize" +.PD .TP .BI -B " blockcachesize The amount of memory, in bytes, to use for caching raw disk accesses while running |