diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 4 | ||||
-rw-r--r-- | doc/yat2m.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index d56cb8119..ed9d6f34c 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -189,7 +189,9 @@ utilizes the @code{dirmngr} service. Same as @option{--list-keys} but also prints all keys making up the chain. -@item --dump-keys +@item --dump-cert +@itemx --dump-keys +@opindex dump-cert @opindex dump-keys List all available certificates stored in the local key database using a format useful mainly for debugging. diff --git a/doc/yat2m.c b/doc/yat2m.c index 266107c1d..90581232e 100644 --- a/doc/yat2m.c +++ b/doc/yat2m.c @@ -822,7 +822,7 @@ parse_file (const char *fname, FILE *fp, char **section_name, int in_pause) lnr++; if (!n || line[n-1] != '\n') { - err ("%s:$d: trailing linefeed missing, line too long or " + err ("%s:%d: trailing linefeed missing, line too long or " "embedded Nul character", fname, lnr); break; } |