diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-20 21:12:05 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-20 21:12:05 +0200 |
commit | cba6e1bd7242e8b8c6822f4e93368cb315b5524b (patch) | |
tree | 3c1e4242915ec93df1c1160a644875adba2bba82 /doc | |
parent | speedo, w32: Add w32-wixlib target for MSI package (diff) | |
download | gnupg2-cba6e1bd7242e8b8c6822f4e93368cb315b5524b.tar.xz gnupg2-cba6e1bd7242e8b8c6822f4e93368cb315b5524b.zip |
doc: clarify CARD event counter.
* doc/gpg-agent.texi: improve documentation of CARD entry in
GETEVENTCOUNTER description.
--
"stati" is unclear and confusing, and describing something in the
singular is almost always less ambiguous than leaving it in the
plural.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index d518c246b..78b997140 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -1491,7 +1491,7 @@ Incremented with any change of any of the other counters. @item KEY Incremented for added or removed private keys. @item CARD -Incremented for changes of the card readers stati. +Incremented for each change of the card reader's status. @end table @node Agent GETINFO |