From 4d779638826bee5e4ee5c7ea2ed2fc8d0d7275be Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 4 Oct 2020 06:30:03 -0700 Subject: Fix number of password safe slots mentioned in the man page The man page mentions a password safe slot count of 20 for both the Nitrokey Pro and the Nitrokey Storage devices. This count is incorrect, as both devices can store only 16 entries each, as is evident from the corresponding technical details for each device. With this change we correct said number. --- doc/nitrocli.1 | 4 ++-- doc/nitrocli.1.pdf | Bin 42203 -> 42200 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nitrocli.1 b/doc/nitrocli.1 index 6fb1fd9..7e788d0 100644 --- a/doc/nitrocli.1 +++ b/doc/nitrocli.1 @@ -1,4 +1,4 @@ -.TH NITROCLI 1 2020-09-07 +.TH NITROCLI 1 2020-10-04 .SH NAME nitrocli \- access Nitrokey devices .SH SYNOPSIS @@ -225,7 +225,7 @@ If \fB\-\-no\-otp\-pin\fR is set, OTP generation can be performed without PIN. These two options are mutually exclusive. .SS Password safe -The Nitrokey Pro and the Nitrokey Storage provide a password safe (PWS) with 20 +The Nitrokey Pro and the Nitrokey Storage provide a password safe (PWS) with 16 slots. In each of these slots you can store a name, a login, and a password. The PWS is not encrypted, but it is protected with the user PIN by the firmware. diff --git a/doc/nitrocli.1.pdf b/doc/nitrocli.1.pdf index d98ab41..1637449 100644 Binary files a/doc/nitrocli.1.pdf and b/doc/nitrocli.1.pdf differ -- cgit v1.2.1