diff options
author | Ingo Klöcker <[email protected]> | 2023-01-27 08:29:10 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-01-27 11:11:21 +0000 |
commit | 1328a575864376dcedb21dde9f67779a6d55c18d (patch) | |
tree | da8558e97e9b5ad24acb078387dcaa749acddbc1 /doc | |
parent | core: Update required GnuPG version for new archive features (diff) | |
download | gpgme-1328a575864376dcedb21dde9f67779a6d55c18d.tar.gz gpgme-1328a575864376dcedb21dde9f67779a6d55c18d.zip |
doc: Fix syntax errors
--
GnuPG-bug-id: 6342
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 22377088..8bde11bc 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -5622,7 +5622,7 @@ The function @code{gpgme_op_decrypt_ext} is the same as @code{gpgme_op_decrypt} but has an additional argument @var{flags}. If @var{flags} is 0 both function behave identically. -If the flag @code(GPGME_DECRYPT_ARCHIVE) is set, then an encrypted +If the flag @code{GPGME_DECRYPT_ARCHIVE} is set, then an encrypted archive in the data object @var{cipher} is decrypted and extracted. The content of the archive is extracted into a directory named @code{GPGARCH_n_} (where @code{n} is a number) or into the directory @@ -5837,7 +5837,7 @@ The function @code{gpgme_op_verify_ext} is the same as @code{gpgme_op_verify} but has an additional argument @var{flags}. If @var{flags} is 0 both function behave identically. -If the flag @code(GPGME_VERIFY_ARCHIVE) is set, then a signed archive +If the flag @code{GPGME_VERIFY_ARCHIVE} is set, then a signed archive in the data object @var{sig} is verified and extracted. The content of the archive is extracted into a directory named @code{GPGARCH_n_} (where @code{n} is a number) or into the directory set with @@ -6331,7 +6331,7 @@ the data object @var{plain} and returns it in the data object specified for @var{sig}), the text mode attributes set for the context @var{ctx} and the requested signature mode @var{mode}. -If signature mode @code(GPGME_SIG_MODE_ARCHIVE) is requested, then a +If signature mode @code{GPGME_SIG_MODE_ARCHIVE} is requested, then a signed archive is created from the files and directories given as NUL-separated list in the data object @var{plain} and returned in the data object @var{sig}. The paths of the files and directories have to @@ -6509,7 +6509,7 @@ ciphertext created is determined by the @acronym{ASCII} armor (or, if that is not set, by the encoding specified for @var{cipher}) and the text mode attributes set for the context @var{ctx}. -If the flag @code(GPGME_ENCRYPT_ARCHIVE) is set, then an encrypted +If the flag @code{GPGME_ENCRYPT_ARCHIVE} is set, then an encrypted archive is created from the files and directories given as NUL-separated list in the data object @var{plain} and returned in the data object @var{cipher}. The paths of the files and directories have to |