diff options
-rw-r--r-- | doc/src/sgml/bloom.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml index 8e535698df7..6eeaddee093 100644 --- a/doc/src/sgml/bloom.sgml +++ b/doc/src/sgml/bloom.sgml @@ -51,9 +51,9 @@ <term><literal>length</literal></term> <listitem> <para> - Length of each signature (index entry) in bits, it is rounded up to the + Length of each signature (index entry) in bits. It is rounded up to the nearest multiple of <literal>16</literal>. The default is - <literal>80</literal> bits and maximum is <literal>4096</literal>. + <literal>80</literal> bits and the maximum is <literal>4096</literal>. </para> </listitem> </varlistentry> |