diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-10 16:05:26 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-10 16:05:26 -0800 |
commit | 304eb1b4954a9fcee1b2b8a06e3dd25e46ca3787 (patch) | |
tree | decc718851ff9e7a8f1aa0844bcd0f8884fb94f4 | |
parent | 3a99e7417e4c4eb30df9e711077c89b75764c029 (diff) | |
download | nitrocli-304eb1b4954a9fcee1b2b8a06e3dd25e46ca3787.tar.gz nitrocli-304eb1b4954a9fcee1b2b8a06e3dd25e46ca3787.tar.bz2 |
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.
-rw-r--r-- | nitrocli/doc/nitrocli.1 | 5 | ||||
-rw-r--r-- | nitrocli/doc/nitrocli.1.pdf | bin | 15436 -> 14794 bytes |
2 files changed, 1 insertions, 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 Binary files differindex 3d28310..f93e3b7 100644 --- a/nitrocli/doc/nitrocli.1.pdf +++ b/nitrocli/doc/nitrocli.1.pdf |