mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Fix comment and format.
* agent/protect-tool.c (main): Fix comment. * doc/DETAILS (colon listings): Fix list. * tests/openpgp/multisig.test: Fix comment. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
0d67241e31
commit
7305d27f36
@ -611,7 +611,7 @@ main (int argc, char **argv )
|
|||||||
else if (argc > 1)
|
else if (argc > 1)
|
||||||
usage (1);
|
usage (1);
|
||||||
|
|
||||||
/* Allocate an CTRL object. An empty object should sufficient. */
|
/* Allocate an CTRL object. An empty object should be sufficient. */
|
||||||
ctrl = xtrycalloc (1, sizeof *ctrl);
|
ctrl = xtrycalloc (1, sizeof *ctrl);
|
||||||
if (!ctrl)
|
if (!ctrl)
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,6 @@ parts of the external API for GPG and GPGSM.
|
|||||||
|
|
||||||
* Format of the colon listings
|
* Format of the colon listings
|
||||||
|
|
||||||
*
|
|
||||||
The format is a based on colon separated record, each recods starts
|
The format is a based on colon separated record, each recods starts
|
||||||
with a tag string and extends to the end of the line. Here is an
|
with a tag string and extends to the end of the line. Here is an
|
||||||
example:
|
example:
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# Check that gpg verifies only signatures where there is no ambiguity
|
# Check that gpg verifies only signatures where there is no ambiguity
|
||||||
# in the order of packets. Needs the Demo Keys Lima and Mike.
|
# in the order of packets. Needs the Demo Keys Lima and Mike.
|
||||||
|
|
||||||
# Note: We do son't support multiple signaturess anymore thus this test is
|
# Note: We do son't support multiple signatures anymore thus this test is
|
||||||
# not really needed because verify could do the same. We keep it anyway.
|
# not really needed because verify could do the same. We keep it anyway.
|
||||||
|
|
||||||
. $srcdir/defs.inc || exit 3
|
. $srcdir/defs.inc || exit 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user