diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-09 00:35:04 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-09 00:35:04 +0000 |
commit | d85fac92fddb9fd32741953324a2237f14cbdcfa (patch) | |
tree | 94a398423dd8c12ed55a051768c464f3cc61e549 | |
parent | 2002-02-09 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-d85fac92fddb9fd32741953324a2237f14cbdcfa.tar.gz gpgme-d85fac92fddb9fd32741953324a2237f14cbdcfa.zip |
2002-02-09 Marcus Brinkmann <[email protected]>
* gpgme.texi (Generating Keys): Fix syntax error.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ffeb2d55..a9ae183f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,8 @@ * gpgme.texi (Detailed Results): Remove literal tags. (Generating Keys): Update documentation. + * gpgme.texi (Generating Keys): Fix syntax error. + 2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Waiting For Completion): Adjust doc to changes in diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 318610e0..777ba223 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1507,7 +1507,7 @@ Here is an example for GpgSM as the crypto engine: Key-Type: RSA Key-Length: 1024 Name-DN: C=de,O=g10 code,OU=Testlab,CN=Joe 2 Tester -Name-Email: [email protected] +Name-Email: joe@@foo.bar </GnupgKeyParms> @end example |