diff options
author | Yuri Chornoivan <[email protected]> | 2017-02-20 21:19:50 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-02-21 18:11:46 +0000 |
commit | 24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch) | |
tree | 4888dfeb4ed52052e71158b948499b12b4b04ec9 /doc/gpg-agent.texi | |
parent | dirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff) | |
download | gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.gz gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.zip |
Clean up word replication.
--
This fixes extra word repetitions (like "the the" or "is is") in the
code and docs.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 3177af46d..b72892c2a 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -77,7 +77,7 @@ the included Secure Shell Agent you may start the agent using: @c @c The rationale for this separation is that it allows access to the @c secret key to be tightly controlled and audited, and it doesn't permit -@c the the supplicant to either copy the key or to override the owner's +@c the supplicant to either copy the key or to override the owner's @c intentions. @example @@ -1412,7 +1412,7 @@ numbers in the range @code{0} to @code{UINT_MAX} and wrapping around to 0. The actual values should not be relied upon; they shall only be used to detect a change. -The currently defined counters are are: +The currently defined counters are: @table @code @item ANY Incremented with any change of any of the other counters. @@ -1508,7 +1508,7 @@ following values are defined: @item cache-ttl-opt-preset This option sets the cache TTL for new entries created by GENKEY and -PASSWD commands when using the @option{--preset} option. It it is not +PASSWD commands when using the @option{--preset} option. It is not used a default value is used. @item s2k-count |