[git] gnupg-doc - branch, master, updated. 51b7dbe7b6f6585ef617c3c61ffa77960ebb49aa

by Peter Lebbing cvs at cvs.gnupg.org
Thu Apr 28 22:23:32 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  51b7dbe7b6f6585ef617c3c61ffa77960ebb49aa (commit)
       via  194959a5829354db0bd87a34d8d2edb4c8d8a0bc (commit)
      from  e8459bf295da8b19b4e3c609eb5c49b47a862e41 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 51b7dbe7b6f6585ef617c3c61ffa77960ebb49aa
Author: Peter Lebbing <peter at digitalbrains.com>
Date:   Thu Apr 28 21:17:36 2016 +0200

    Fix typo's in whats-new-in-2.1.org

diff --git a/web/faq/whats-new-in-2.1.org b/web/faq/whats-new-in-2.1.org
index 179b075..c1e6d09 100644
--- a/web/faq/whats-new-in-2.1.org
+++ b/web/faq/whats-new-in-2.1.org
@@ -376,7 +376,7 @@ pub  rsa2048/BD19AC1C
 
 In case the key has already been signed, the command prints a note and
 exits with success.  In case you want to check that it really worked,
-use ==--check-sigs= as usual:
+use =--check-sigs= as usual:
 
 #+begin_example
 $ gpg2 --check-sigs  '15CB 723E 2000 A1A8 2505  F3B7 CC00 B501 BD19 AC1C'
@@ -515,13 +515,13 @@ For load balancing reasons, keyservers are organized in pools to
 enable instant round-robin DNS assignment of random keyservers.  A
 problem with that approach is that the DNS resolver is not aware of
 the state of the keyserver.  If a keyserver has gone down or a routing
-problems occurs, /gpg/ and its keyserver helpers were not ware of it
+problems occurs, /gpg/ and its keyserver helpers were not aware of it
 and would try over and over to use the same, dead, keyserver up until
 the DNS information expires and a the DNS resolver assigned a new
 server from the pool.
 
 The new /dirmngr/ in GnuPG does not use the implicit round-robin of
-the DNS resolver but uses its own DNS look up and keeps an internal
+the DNS resolver but uses its own DNS lookup and keeps an internal
 table of all hosts from the pool along with the encountered aliveness
 state.  Thus after a failure (timeout) of a request, /dirmngr/ flags a
 host as dead and randomly selects another one from the pool.  After a
@@ -607,12 +607,12 @@ revocation certificate are put at the top of the file.
 :END:
 
 The /scdaemon/, which is responsible for accessing smardcards and
-other tokens, has received many updates.  In particular plugable USB
+other tokens, has received many updates.  In particular pluggable USB
 readers with a fixed card now work smoothless and similar to standard
 readers.  The latest features of the [[http://www.fsij.org/doc-gnuk/][gnuk]] token are supported.  Code
 for the SmartCard-HSM has been added.  More card readers with a PIN
 pad are supported.  The internal CCID driver does now also work with
-certain non-auto configuration equipped readers.
+certain non-auto-configuration equipped readers.
 
 ** New format for key listings
 :PROPERTIES:
@@ -643,7 +643,7 @@ that is =show-uid-validity= is implicitly used for the
 
 The annotated key listing produced by the =--with-colons= options did
 not change.  However a couple of new fields have been added, for
-example if the new option =--with-secret-= is used the “S/N of a token
+example if the new option =--with-secret= is used the “S/N of a token
 field” indicates the presence of a secret key even in a public key
 listing.  This option is supported by recent [[https://gnupg.org/related_software/gpgme/][GPGME]] versions and makes
 writing of key manager software easier.
@@ -682,7 +682,7 @@ menu of /gpgsm/.
 In batch mode the certificate creation dialog can now be controlled by
 a parameter file with several new keywords.  Such a parameter file
 allows the creation of arbitrary X.509 certificates similar to what
-can be done with /openssl/.  It may this be used as the base for a CA
+can be done with /openssl/.  It may thus be used as the base for a CA
 software.  For details see the “CSR and certificate creation” section
 in the manual.
 

commit 194959a5829354db0bd87a34d8d2edb4c8d8a0bc
Author: Peter Lebbing <peter at digitalbrains.com>
Date:   Thu Apr 28 21:10:40 2016 +0200

    Fix typo's in libraries.org

diff --git a/web/related_software/libraries.org b/web/related_software/libraries.org
index 2a5cc8d..6c963d0 100644
--- a/web/related_software/libraries.org
+++ b/web/related_software/libraries.org
@@ -12,10 +12,10 @@
 
 ** Libraries required to build GnuPG
 
-  The libraries are requred to build currenrt GnUPG versions but may
-  also be used on its onw.  They are maintained by the GnuPG Project.
+  The libraries are required to build current GnuPG versions but may
+  also be used on their own.  They are maintained by the GnuPG Project.
 
-   -  [[file:libgpg-error/index.org][Libgpg-error]] :: Libgpg-error is helper library used by a couple
+   -  [[file:libgpg-error/index.org][Libgpg-error]] :: Libgpg-error is a helper library used by a couple
                       of other projects to provide a common set of
                       error codes and descriptions.
    -  [[file:libgcrypt/index.org][Libgcrypt]] :: Libgcrypt is a general purpose cryptographic

-----------------------------------------------------------------------

Summary of changes:
 web/faq/whats-new-in-2.1.org       | 14 +++++++-------
 web/related_software/libraries.org |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list