aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-10-04 06:30:03 -0700
committerDaniel Mueller <deso@posteo.net>2020-10-04 06:30:03 -0700
commit4d779638826bee5e4ee5c7ea2ed2fc8d0d7275be (patch)
treecf134f406711656418802dd1b0c995169a17512c
parent5ce99eeecdae7fc6c76c5339d2ddd9e1727cb1f0 (diff)
downloadnitrocli-4d779638826bee5e4ee5c7ea2ed2fc8d0d7275be.tar.gz
nitrocli-4d779638826bee5e4ee5c7ea2ed2fc8d0d7275be.tar.bz2
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.
-rw-r--r--doc/nitrocli.14
-rw-r--r--doc/nitrocli.1.pdfbin42203 -> 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
--- a/doc/nitrocli.1.pdf
+++ b/doc/nitrocli.1.pdf
Binary files differ