From 2194023287ab60ea02f8680b9e256096e5e7f797 Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 20 Feb 2015 12:44:13 +0100 Subject: [PATCH] FIX --kdf documentation --- doc/tomb.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/tomb.1 b/doc/tomb.1 index 75ff711..6234f06 100644 --- a/doc/tomb.1 +++ b/doc/tomb.1 @@ -193,10 +193,12 @@ what you are doing if you force an operation. When digging or resizing a tomb, this option must be used to specify the \fIsize\fR of the new file to be created. Units are megabytes (MiB). .B -.IP "--kdf \fI\fR" +.IP "--kdf \fI\fR" Activate the KDF feature against dictionary attacks when creating a -key: forces a delay of \fI\fR (integer multiplied by 10k) -every time this key is used. +key: forces a delay of \fI\fR seconds every time this key is used. +You should keep in mind that the actual iteration count is calculated based on +the performance of the computer where you forge the key. +The argument must be an integer, so you cannot say \fI--kdf 0.3\fR for 300ms. .B .IP "-h" Display a help text and quit.