From 64ef09ff8983d108d67a68a66e9b608354c57e99 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 10 May 2011 13:46:17 -0400 Subject: man: import fixes from plan 9 (0intro@gmail.com) R=rsc http://codereview.appspot.com/4515060 --- man/man8/venti-fmt.8 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'man/man8') 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 -- cgit v1.2.3