If you ever wondered what parameters you could pass in that funny xmllet <GnupgKeyParms></GnupgKeyParms> when using gpgme_op_genkey:
The answer to that is
- in the gnupg source, file
g10/keygen.c, line 2363 - at http://lists.gnupg.org/pipermail/gnupg-users/2007-February/030330.html
- at
doc/DETAILS, line 716.
And since that commit ( http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blobdiff;f=doc/DETAILS;h=543ae4d962e45691feb4d2e153ec3dab8978f48c;hp=587092757748cb6a588801366eecd5848389720e;hb=00f8b68505ae3195a862a5235063f6f0d71edc27;hpb=28c157b55cf6db6b6988def5c9512e388c512b10 )
it has been moved in another place of the doc, in the .texi files
Thanks for your input
That should probably be “See the manual …” instead of “The the manual …” I suppose?
Good to know.