From e316ef22ccf0add6a401349cc3ff669e727da949 Mon Sep 17 00:00:00 2001 From: nerun Date: Sun, 25 Jun 2023 18:08:32 -0300 Subject: [PATCH] manpage: fixed wrong information about --kdfmem. --- doc/tomb.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tomb.1 b/doc/tomb.1 index 2da8c43..be8db27 100644 --- a/doc/tomb.1 +++ b/doc/tomb.1 @@ -1,4 +1,4 @@ -.TH tomb 1 "Nov 21, 2022" "tomb" +.TH tomb 1 "Jun 25, 2023" "tomb" .SH NAME Tomb \- the Crypto Undertaker @@ -292,8 +292,8 @@ Default is \fIpbkdf2\fR. .B .IP "--kdfmem \fI\fR" In case of \fIargon2\fR KDF algorithm, this value specifies the size of RAM -used: it consists of a number which is the elevated power of two in bytes. -Default is 18 which is 262 MiB (2^18 bytes). +used: it consists of a number which is the elevated power of two in kilobytes. +Default is 18 which is 250 MiB (2^18 = 262,144 kilobytes). .B .IP "--sudo \fI\fR" Select a different tool than sudo for privilege escalation.