diff options
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 |