diff options
author | Werner Koch <[email protected]> | 2018-12-03 09:40:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-12-03 09:41:00 +0000 |
commit | 649b19688132dd315e361c0f5b63ba6d8f45996d (patch) | |
tree | a889dbc6fa503777f01e07a050f097137884f0ac /doc | |
parent | python: documentation fixes (diff) | |
download | gpgme-649b19688132dd315e361c0f5b63ba6d8f45996d.tar.gz gpgme-649b19688132dd315e361c0f5b63ba6d8f45996d.zip |
doc: Minor comment cleanups.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 7d410f83..e04c301a 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2461,9 +2461,9 @@ the context @var{ctx} to @var{proto}. All crypto operations will be performed by the crypto engine configured for that protocol. @xref{Protocols and Engines}. -Setting the protocol with @code{gpgme_set_protocol} does not check if -the crypto engine for that protocol is available and installed -correctly. @xref{Engine Version Check}. +Setting the protocol with @code{gpgme_set_protocol} does intentionally +not check if the crypto engine for that protocol is available and +installed correctly. @xref{Engine Version Check}. The function returns the error code @code{GPG_ERR_NO_ERROR} if the protocol could be set successfully, and @code{GPG_ERR_INV_VALUE} if |