diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.sgml | 21 | ||||
-rw-r--r-- | doc/gpgv.sgml | 2 |
2 files changed, 18 insertions, 5 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index b5e9c2f2a..d36849751 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1,5 +1,5 @@ <!-- gpg.sgml - the man page for GnuPG - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GnuPG. @@ -1190,6 +1190,14 @@ together with --status-fd. See the file doc/DETAILS in the source distribution for details on how to use it. </para></listitem></varlistentry> +<varlistentry> +<term>--use-agent</term> +<listitem><para> +Try to use the GnuPG-Agent. Please note that this agent is still under +development. With this option, GnuPG first tries to connect to the +agent before it asks for a passphrase. +</para></listitem></varlistentry> + <varlistentry> <term>--rfc1991</term> @@ -1470,10 +1478,15 @@ handy in case where an encrypted message contains a bogus key ID. <term>--enable-special-filenames</term> <listitem><para> This options enables a mode in which filenames of the form -<filename>-&n</>, where n is a non-negative decimal number, +<filename>-&n</>, where n is a non-negative decimal number, refer to the file descriptor n and not to a file with that name. </para></listitem></varlistentry> +<varlistentry> +<term>--no-expensive-trust-checks</term> +<listitem><para> +Experimental use only. +</para></listitem></varlistentry> </variablelist> </refsect1> @@ -1525,14 +1538,14 @@ key IDs (which are really rare for the long key IDs). </varlistentry> <varlistentry> -<term>=Heinrich Heine <[email protected]></term> +<term>=Heinrich Heine <[email protected]></term> <listitem><para> Using an exact to match string. The equal sign indicates this. </para></listitem> </varlistentry> <varlistentry> -<term><[email protected]></term> +<term><[email protected]></term> <listitem><para> Using the email address part which must match exactly. The left angle bracket indicates this email address mode. diff --git a/doc/gpgv.sgml b/doc/gpgv.sgml index 8debaa329..757c8fe7c 100644 --- a/doc/gpgv.sgml +++ b/doc/gpgv.sgml @@ -1,5 +1,5 @@ <!-- gpgv.sgml - the man page for GnuPG - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of GnuPG. |