diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dirmngr.texi | 14 | ||||
-rw-r--r-- | doc/gpg-agent.texi | 10 | ||||
-rw-r--r-- | doc/gpg.texi | 6 | ||||
-rw-r--r-- | doc/tools.texi | 2 |
4 files changed, 16 insertions, 16 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index e87442fe8..033b5d3ff 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -321,9 +321,9 @@ whether @option{--honor-http-proxy} has been set. @item --ldap-proxy @var{host}[:@var{port}] @opindex ldap-proxy Use @var{host} and @var{port} to connect to LDAP servers. If @var{port} -is ommitted, port 389 (standard LDAP port) is used. This overrides any +is omitted, port 389 (standard LDAP port) is used. This overrides any specified host and port part in a LDAP URL and will also be used if host -and port have been ommitted from the URL. +and port have been omitted from the URL. @item --only-ldap-proxy @opindex only-ldap-proxy @@ -346,12 +346,12 @@ This server list file contains one LDAP server per line in the format Lines starting with a @samp{#} are comments. Note that as usual all strings entered are expected to be UTF-8 encoded. -Obviously this will lead to problems if the password has orginally been +Obviously this will lead to problems if the password has originally been encoded as Latin-1. There is no other solution here than to put such a password in the binary encoding into the file (i.e. non-ascii characters won't show up readable).@footnote{The @command{gpgconf} tool might be -helpful for frontends as it allows to edit this configuration file using -percent escaped strings.} +helpful for frontends as it enables editing this configuration file using +percent-escaped strings.} @item --ldaptimeout @var{secs} @@ -474,7 +474,7 @@ In the deprecated system daemon mode the second directory is used instead. @item /etc/gnupg/trusted-certs This directory should be filled with certificates of Root CAs you -are trusting in checking the CRLs and signing OCSP Reponses. +are trusting in checking the CRLs and signing OCSP Responses. Usually these are the same certificates you use with the applications making use of dirmngr. It is expected that each of these certificate @@ -496,7 +496,7 @@ This directory may contain extra certificates which are preloaded into the interal cache on startup. Applications using dirmngr (e.g. gpgsm) can request cached certificates to complete a trust chain. This is convenient in cases you have a couple intermediate CA certificates -or certificates ususally used to sign OCSP reponses. +or certificates ususally used to sign OCSP responses. These certificates are first tried before going out to the net to look for them. These certificates must also be @acronym{DER} encoded and suffixed with @file{.crt} or @file{.der}. diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index cd5d7518d..b481dd64b 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -540,8 +540,8 @@ Also listen on native gpg-agent connections on the given socket. The intended use for this extra socket is to setup a Unix domain socket forwarding from a remote machine to this socket on the local machine. A @command{gpg} running on the remote machine may then connect to the -local gpg-agent and use its private keys. This allows to decrypt or -sign data on a remote machine without exposing the private keys to the +local gpg-agent and use its private keys. This enables decrypting or +signing data on a remote machine without exposing the private keys to the remote machine. @@ -633,7 +633,7 @@ agent. By default they may all be found in the current home directory lines are ignored. To mark a key as trusted you need to enter its fingerprint followed by a space and a capital letter @code{S}. Colons may optionally be used to separate the bytes of a fingerprint; this - allows to cut and paste the fingerprint from a key listing output. If + enables cutting and pasting the fingerprint from a key listing output. If the line is prefixed with a @code{!} the key is explicitly marked as not trusted. @@ -1041,8 +1041,8 @@ Here is an example session: @subsection Generating a Key This is used to create a new keypair and store the secret key inside the -active PSE --- which is in most cases a Soft-PSE. An not yet defined -option allows to choose the storage location. To get the secret key out +active PSE --- which is in most cases a Soft-PSE. A not-yet-defined +option allows choosing the storage location. To get the secret key out of the PSE, a special export tool has to be used. @example diff --git a/doc/gpg.texi b/doc/gpg.texi index 38f417e29..3be401f53 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1678,7 +1678,7 @@ mechanisms, in the order they are to be tried: may be used here to query that particular keyserver. @item local - Locate the key using the local keyrings. This mechanism allows to + Locate the key using the local keyrings. This mechanism allows the user to select the order a local key lookup is done. Thus using @samp{--auto-key-locate local} is identical to @option{--no-auto-key-locate}. @@ -2110,7 +2110,7 @@ Use @var{name} as the key to sign with. Note that this option overrides @opindex try-secret-key For hidden recipients GPG needs to know the keys to use for trial decryption. The key set with @option{--default-key} is always tried -first, but this is often not sufficient. This option allows to set more +first, but this is often not sufficient. This option allows setting more keys to be used for trial decryption. Although any valid user-id specification may be used for @var{name} it makes sense to use at least the long keyid to avoid ambiguities. Note that gpg-agent might pop up a @@ -2791,7 +2791,7 @@ to display the message. This option overrides @option{--set-filename}. @itemx --no-use-embedded-filename @opindex use-embedded-filename Try to create a file with a name as embedded in the data. This can be -a dangerous option as it allows to overwrite files. Defaults to no. +a dangerous option as it enables overwriting files. Defaults to no. @item --cipher-algo @code{name} @opindex cipher-algo diff --git a/doc/tools.texi b/doc/tools.texi index 577df8ea1..e52d6a70b 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1749,7 +1749,7 @@ The possible exit status codes of @command{symcryptrun} are: @item 0 Success. @item 1 - Some error occured. + Some error occurred. @item 2 No valid passphrase was provided. @item 3 |