doc: Fix typos

--
This commit is contained in:
Gavin L. Rebeiro 2020-08-24 12:48:54 +00:00 committed by Werner Koch
parent b5de213efe
commit 27652e0ca7
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View File

@ -1427,7 +1427,7 @@ CREATE TABLE signatures (
- 5 :: Import from a trusted URL. - 5 :: Import from a trusted URL.
- 6 :: Import from a trusted file. - 6 :: Import from a trusted file.
- 7 :: Self generated. - 7 :: Self generated.
- 4 octets :: Time of last update. This is a a four-octet scalar - 4 octets :: Time of last update. This is a four-octet scalar
with the seconds since Epoch. with the seconds since Epoch.
- 1 octet :: Scalar with the length of the following field. - 1 octet :: Scalar with the length of the following field.
- N octets :: String with the URL of the source. This may be a - N octets :: String with the URL of the source. This may be a

View File

@ -403,7 +403,7 @@ control this behavior but this command line option takes precedence.
Set the time a cache entry is valid to @var{n} seconds. The default Set the time a cache entry is valid to @var{n} seconds. The default
is 600 seconds. Each time a cache entry is accessed, the entry's is 600 seconds. Each time a cache entry is accessed, the entry's
timer is reset. To set an entry's maximum lifetime, use timer is reset. To set an entry's maximum lifetime, use
@command{max-cache-ttl}. Note that a cached passphrase may not @command{max-cache-ttl}. Note that a cached passphrase may not be
evicted immediately from memory if no client requests a cache evicted immediately from memory if no client requests a cache
operation. This is due to an internal housekeeping function which is operation. This is due to an internal housekeeping function which is
only run every few seconds. only run every few seconds.