[git] GnuPG - branch, master, updated. gnupg-2.1.1-42-gda4db17

by Werner Koch cvs at cvs.gnupg.org
Thu Jan 22 17:50:18 CET 2015


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 GNU Privacy Guard".

The branch, master has been updated
       via  da4db172f6f8fb254b770e59770c531a488e2400 (commit)
      from  09e8f35d3808d6e49f891360c341aae3869e8650 (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 da4db172f6f8fb254b770e59770c531a488e2400
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jan 22 17:49:55 2015 +0100

    doc: Fix some typos and add missing options.
    
    --
    
    GnuPG-bug-id: 1602
    
    I added options shown with --help but missing in the man page.
    However, --help won't show everything listed in the man age and
    frankly there are even more options not listed anywhere (to see them
    use --dump-options).

diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi
index 7ac441f..9326498 100644
--- a/doc/gpg-agent.texi
+++ b/doc/gpg-agent.texi
@@ -122,7 +122,7 @@ output of the @code{tty} command.  For W32 systems this option is not
 required.
 
 Please make sure that a proper pinentry program has been installed
-under the default filename (which is system dependant) or use the
+under the default filename (which is system dependent) or use the
 option @option{pinentry-program} to specify the full name of that program.
 It is often useful to install a symbolic link from the actual used
 pinentry (e.g. @file{/usr/bin/pinentry-gtk}) to the expected
@@ -582,7 +582,7 @@ gpg-connect-agent updatestartuptty /bye
 Although all GnuPG components try to start the gpg-agent as needed, this
 is not possible for the ssh support because ssh does not know about it.
 Thus if no GnuPG tool which accesses the agent has been run, there is no
-guarantee that ssh is abale to use gpg-agent for authentication.  To fix
+guarantee that ssh is able to use gpg-agent for authentication.  To fix
 this you may start gpg-agent if needed using this simple command:
 
 @smallexample
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 429cc5b..8df0e3f 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -354,14 +354,14 @@ Present a menu to allow changing the PIN of a smartcard. This
 functionality is also available as the subcommand "passwd" with the
 @option{--card-edit} command.
 
- at item --delete-key @code{name}
- at opindex delete-key
+ at item --delete-keys @code{name}
+ at itemx --delete-keys @code{name}
 Remove key from the public keyring. In batch mode either @option{--yes} is
 required or the key must be specified by fingerprint. This is a
 safeguard against accidental deletion of multiple keys.
 
- at item --delete-secret-key @code{name}
- at opindex delete-secret-key
+ at item --delete-secret-keys @code{name}
+ at opindex delete-secret-keys
 Remove key from the secret keyring. In batch mode the key
 must be specified by fingerprint.
 
@@ -545,6 +545,12 @@ Use the source, Luke :-). The output format is still subject to change.
 Pack or unpack an arbitrary input into/from an OpenPGP ASCII armor.
 This is a GnuPG extension to OpenPGP and in general not very useful.
 
+
+ at c @item --server
+ at c @opindex server
+ at c Run gpg in server mode.  This feature is not yet ready for use and
+ at c thus not documented.
+
 @end table
 
 
@@ -798,7 +804,7 @@ create a signature of any type desired.
 
   @item delkey
   @opindex keyedit:delkey
-  Remove a subkey (secondart key). Note that it is not possible to retract
+  Remove a subkey (secondary key). Note that it is not possible to retract
   a subkey, once it has been send to the public (i.e. to a keyserver).  In
   that case you better use @code{revkey}.
 
@@ -1960,7 +1966,7 @@ During decryption skip all anonymous recipients.  This option helps in
 the case that people use the hidden recipients feature to hide there
 own encrypt-to key from others.  If oneself has many secret keys this
 may lead to a major annoyance because all keys are tried in turn to
-decrypt soemthing which was not really intended for it.  The drawback
+decrypt something which was not really intended for it.  The drawback
 of this option is that it is currently not possible to decrypt a
 message which includes real anonymous recipients.
 
diff --git a/doc/tools.texi b/doc/tools.texi
index 0de214b..fadbcb1 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -330,16 +330,21 @@ scdaemon.
 The following options may be used:
 
 @table @gnupgtabopt
- at c FIXME: Not yet supported.
- at c @item -o @var{file}
- at c @itemx --output @var{file}
- at c Use @var{file} as output file.
+
+ at item -o @var{file}
+ at itemx --output @var{file}
+Write output to @var{file}.  Default is to write to stdout.
 
 @item -v
 @itemx --verbose
 Outputs additional information while running.  Specifically, this
 extends numerical field values by human-readable descriptions.
 
+ at item -q
+ at itemx --quiet
+ at opindex quiet
+Try to be as quiet as possible.
+
 @item -n
 @itemx --dry-run
 Do not actually change anything.  This is currently only implemented
@@ -1246,7 +1251,8 @@ passing.  This option makes it use the old mode.
 Do not start the gpg-agent or the dirmngr if it has not yet been
 started.
 
- at item --run @var{file}
+ at item -r @var{file}
+ at itemx --run @var{file}
 @opindex run
 Run the commands from @var{file} at startup and then continue with the
 regular input method.  Note, that commands given on the command line are
@@ -1361,7 +1367,7 @@ this operator.  A division by zero yields an empty string.
 @itemx |
 @itemx &
 Evaluate all arguments as long integers using @code{strtol} and apply
-the logical oeprators NOT, OR or AND.  The NOT operator works on the
+the logical operators NOT, OR or AND.  The NOT operator works on the
 last argument only.
 
 

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

Summary of changes:
 doc/gpg-agent.texi |  4 ++--
 doc/gpg.texi       | 18 ++++++++++++------
 doc/tools.texi     | 18 ++++++++++++------
 3 files changed, 26 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list