diff options
author | Gavin L. Rebeiro <glr@e2eops.io> | 2020-09-16 13:11:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-11-23 12:11:15 +0100 |
commit | 572bcacc287d24d0a2cc56442f9fb6a9ac49e12d (patch) | |
tree | 8b46116752698eab76ff821d50b3d70999ae5d32 /doc/gpgsm.texi | |
parent | gpg: Change API of agent_scd_serialno. (diff) | |
download | gnupg2-572bcacc287d24d0a2cc56442f9fb6a9ac49e12d.tar.xz gnupg2-572bcacc287d24d0a2cc56442f9fb6a9ac49e12d.zip |
doc: Fix typos
--
GnuPG-bug-id: 5071
Also fixed one in keyformat.txt [wk].
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 17e30d243..50a2595ae 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -1271,9 +1271,9 @@ last file descriptor passed to the application. @xref{fun-assuan_sendfd, ,the assuan_sendfd function,assuan,the Libassuan manual}, on how to do descriptor passing. -The @code{--armor} option may be used to advice the server that the -input data is in @acronym{PEM} format, @code{--base64} advices that a -raw base-64 encoding is used, @code{--binary} advices of raw binary +The @code{--armor} option may be used to advise the server that the +input data is in @acronym{PEM} format, @code{--base64} advises that a +raw base-64 encoding is used, @code{--binary} advises of raw binary input (@acronym{BER}). If none of these options is used, the server tries to figure out the used encoding, but this may not always be correct. |