From e5149d8a783fc8e397e91415c2e56901f7368349 Mon Sep 17 00:00:00 2001
From: Daniel Mueller <deso@posteo.net>
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 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
index 7f667f4..0edc384 100644
Binary files a/doc/nitrocli.1.pdf and b/doc/nitrocli.1.pdf differ
-- 
cgit v1.2.3