summaryrefslogtreecommitdiff
path: root/debian/patches/01-manpage.patch
blob: f79a6a6ac20441b2efd517cf412a9e7be4a7310b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From fa90da1834c255ed72e377a96e5c92f8e1a858de Mon Sep 17 00:00:00 2001
From: Andrew Shadura <andrew@shadura.me>
Date: Sun, 1 Nov 2015 19:07:15 +0100
Subject: [PATCH] Fix spelling in the manpage

Signed-off-by: Andrew Shadura <andrew@shadura.me>
---
 libdigidoc/cdigidoc.1.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libdigidoc/cdigidoc.1.cmake b/libdigidoc/cdigidoc.1.cmake
index 20ad67e..effe492 100644
--- a/libdigidoc/cdigidoc.1.cmake
+++ b/libdigidoc/cdigidoc.1.cmake
@@ -200,7 +200,7 @@ Decrypts and possibly decompresses the encrypted file just read in and writes to
 Input file (required) specifies the input file’s name.
 Pin (required) represents the recipient’s pin1 (in context of Estonian ID cards). 
 pkcs12-file (optional) specifies the PKCS#12 file if decrypting is done with a software token.
-slot deafult is slot 0 containing Estonian ID cards authentication keypair. This parameter can be used to decrypt with a key from the second id card attached to the computer etc.
+slot default is slot 0 containing Estonian ID cards authentication keypair. This parameter can be used to decrypt with a key from the second id card attached to the computer etc.
 Note: There are also alternative commands for decryption, depending on the encrypted file’s format, size and the certificate type used for decrypting it.
 .RS
 .TP
@@ -209,7 +209,7 @@ Offers same functionality as -decrypt-sk, should be used for decrypting small fi
 Input file (required) specifies the input file’s name.
 Pin (required) represents the recipient’s pin1 (in contexts of Estonian ID cards).
 pkcs12-file (optional) specifies the PKCS#12 file if decrypting is done with a software token.
-slot deafult is slot 0 containing Estonian ID cards authentication keypair. This parameter can be used to decrypt with a key from the second id card attached to the computer etc.
+slot default is slot 0 containing Estonian ID cards authentication keypair. This parameter can be used to decrypt with a key from the second id card attached to the computer etc.
 .TP
 .I "-decrypt-file <input-file> <output-file> <pin> [pkcs12-file]"
 Offers same functionality as -decrypt for decrypting documents, should be used for decrypting large files (which do not need to be inside a DigiDoc container). Expects the encrypted data not to be compressed. Note that the command is not currently tested.