1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* options.skel: Include the required '=' sign in the sample 'group'

option.

* import.c (chk_self_sigs): Don't try and check a subkey as if it was a
signature.
This commit is contained in:
David Shaw 2002-12-12 22:02:53 +00:00
parent 23b36f4e47
commit 7cbc893caf
3 changed files with 11 additions and 2 deletions

View file

@ -63,7 +63,7 @@ $Id$
#charset utf-8
# Group names may be defined like this:
# group mynames paige 0x12345678 joe patti
# group mynames = paige 0x12345678 joe patti
#
# Any time "mynames" is a recipient (-r or --recipient), it will be
# expanded to the names "paige", "joe", and "patti", and the key ID
@ -72,7 +72,7 @@ $Id$
# if there are spaces in the recipient name, this will appear as two
# recipients. In these cases it is better to use the key ID.
#group mynames paige 0x12345678 joe patti
#group mynames = paige 0x12345678 joe patti
# Lock the file only once for the lifetime of a process. If you do
# not define this, the lock will be obtained and released every time