From fa90da1834c255ed72e377a96e5c92f8e1a858de Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Sun, 1 Nov 2015 19:07:15 +0100 Subject: [PATCH] Fix spelling in the manpage Signed-off-by: Andrew Shadura --- 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 [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.