diff options
author | Daniel Mueller <deso@posteo.net> | 2020-10-04 06:30:03 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-10-04 06:30:03 -0700 |
commit | e5149d8a783fc8e397e91415c2e56901f7368349 (patch) | |
tree | 93e146aa56fda34daa414645ad50b39bf9f59950 | |
parent | c85ea93f1ee1a9c06c3cbb8e6f78614ecd104149 (diff) | |
download | nitrocli-e5149d8a783fc8e397e91415c2e56901f7368349.tar.gz nitrocli-e5149d8a783fc8e397e91415c2e56901f7368349.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.1 | 4 | ||||
-rw-r--r-- | doc/nitrocli.1.pdf | bin | 43324 -> 43324 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/nitrocli.1 b/doc/nitrocli.1 index 10cca6f..9ea2049 100644 --- a/doc/nitrocli.1 +++ b/doc/nitrocli.1 @@ -1,4 +1,4 @@ -.TH NITROCLI 1 2020-09-19 +.TH NITROCLI 1 2020-10-04 .SH NAME nitrocli \- access Nitrokey devices .SH SYNOPSIS @@ -245,7 +245,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 Binary files differindex 7f667f4..0edc384 100644 --- a/doc/nitrocli.1.pdf +++ b/doc/nitrocli.1.pdf |