diff options
author | Ineiev <[email protected]> | 2016-03-04 16:13:14 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 04:02:39 +0000 |
commit | 0eaab1af48f600b636183321e4a4e9c6bc361610 (patch) | |
tree | 1c5cc0a8ab8803dc12324a9aeadcfe9a083b612c /doc/gpgsm.texi | |
parent | doc: Fix spacings. (diff) | |
download | gnupg-0eaab1af48f600b636183321e4a4e9c6bc361610.tar.gz gnupg-0eaab1af48f600b636183321e4a4e9c6bc361610.zip |
doc: Fix full stops.
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi,
doc/instguide.texi, doc/scdaemon.texi, doc/specify-user-id.texi,
doc/tools.texi: Fix.
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index deb57a6ef..2012582ba 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -703,7 +703,7 @@ memory allocation @item 6 (64) caching @item 7 (128) -show memory statistics. +show memory statistics @item 9 (512) write hashed data to files named @code{dbgmd-000*} @item 10 (1024) @@ -1269,7 +1269,7 @@ The decryption is done by using the command @end example It performs the decrypt operation after doing some check on the internal -state. (e.g. that all needed data has been set). Because it utilizes +state (e.g. that all needed data has been set). Because it utilizes the GPG-Agent for the session key decryption, there is no need to ask the client for a protecting passphrase - GpgAgent takes care of this by requesting this from the user. |