diff options
author | Ben McGinnes <[email protected]> | 2018-07-13 12:08:42 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-07-13 12:08:42 +0000 |
commit | 1e34141f6770cd8ca243048ec6f78d600bed4262 (patch) | |
tree | 7feaeb64a023a8bdd70033592d22be71b2ea612d /lang/python/docs/dita/howto/part03/exporting-pubkeys.dita | |
parent | python bindings howto: dita version (diff) | |
download | gpgme-ben/howto-dita.tar.gz gpgme-ben/howto-dita.zip |
python bindings howto: dita versionben/howto-dita
* Numerous updates to bring it back into sync with the official doc.
* Especially important since it now looks like the babel thing is a
real bug after all and not me doing something stupid.
Diffstat (limited to 'lang/python/docs/dita/howto/part03/exporting-pubkeys.dita')
-rw-r--r-- | lang/python/docs/dita/howto/part03/exporting-pubkeys.dita | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/docs/dita/howto/part03/exporting-pubkeys.dita b/lang/python/docs/dita/howto/part03/exporting-pubkeys.dita index 8ae4f5bd..f632eb6f 100644 --- a/lang/python/docs/dita/howto/part03/exporting-pubkeys.dita +++ b/lang/python/docs/dita/howto/part03/exporting-pubkeys.dita @@ -5,9 +5,9 @@ <title>Exporting Public Keys</title> <body> <p>There are two methods of exporting public keys, both of which are very similar to the - other. The default method, <codeph>key_export()</codeph> will export a public key or keys + other. The default method, <codeph>key_export()</codeph>, will export a public key or keys matching a specified pattern as normal. The alternative, the - <codeph>key_export_minimal()</codeph> method will do the same thing except producing a + <codeph>key_export_minimal()</codeph> method, will do the same thing except producing a minimised output with extra signatures and third party signatures or certifications removed.</p> <p> |