From 304eb1b4954a9fcee1b2b8a06e3dd25e46ca3787 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Thu, 10 Jan 2019 16:05:26 -0800 Subject: Remove inconsistent spacing for PIN documentation The command detailed in the PIN section in the man page exhibit a larger line spacing than all the other commands documented. The reason is that we have an addition newline between each of the individual subcommands in this section. This patch removes this additional newline to achieve a more consistent appearance. --- nitrocli/doc/nitrocli.1 | 5 +---- nitrocli/doc/nitrocli.1.pdf | Bin 15436 -> 14794 bytes 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nitrocli/doc/nitrocli.1 b/nitrocli/doc/nitrocli.1 index 234b588..9537439 100644 --- a/nitrocli/doc/nitrocli.1 +++ b/nitrocli/doc/nitrocli.1 @@ -1,4 +1,4 @@ -.TH NITROCLI 1 2019-01-05 +.TH NITROCLI 1 2019-01-10 .SH NAME nitrocli \- access Nitrokey devices .SH SYNOPSIS @@ -199,11 +199,9 @@ If the retry counter for the user PIN is zero, you can use the If the retry counter for the admin PIN is zero, you have to perform a factory reset using \fBgpg\fR(1). Use the \fBstatus\fR command to check the retry counters. - .TP .B nitrocli pin clear Clear the PINs cached by the other commands. - .TP \fBnitrocli pin set \fItype\fR Change a PIN. @@ -211,7 +209,6 @@ Change a PIN. the admin PIN or \fBuser\fR to change the user PIN. This command only works if the retry counter for the PIN type is at least one. (Use the \fBstatus\fR command to check the retry counters.) - .TP .B nitrocli pin unblock Unblock and reset the user PIN. diff --git a/nitrocli/doc/nitrocli.1.pdf b/nitrocli/doc/nitrocli.1.pdf index 3d28310..f93e3b7 100644 Binary files a/nitrocli/doc/nitrocli.1.pdf and b/nitrocli/doc/nitrocli.1.pdf differ -- cgit v1.2.1