diff options
author | Russ Cox <rsc@swtch.com> | 2011-05-10 13:46:17 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-05-10 13:46:17 -0400 |
commit | 64ef09ff8983d108d67a68a66e9b608354c57e99 (patch) | |
tree | 67c10163dac0bea4038d74267bfc32eda1f434c9 /man/man8 | |
parent | a7f1ab2973109633eb0b310212ef82c8e1eb2f3e (diff) | |
download | plan9port-64ef09ff8983d108d67a68a66e9b608354c57e99.tar.gz plan9port-64ef09ff8983d108d67a68a66e9b608354c57e99.tar.bz2 plan9port-64ef09ff8983d108d67a68a66e9b608354c57e99.zip |
man: import fixes from plan 9 (0intro@gmail.com)
R=rsc
http://codereview.appspot.com/4515060
Diffstat (limited to 'man/man8')
-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 |