summaryrefslogtreecommitdiffstats
path: root/doc/tools.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2008-01-10 04:03:15 +0100
committerMarcus Brinkmann <mb@g10code.com>2008-01-10 04:03:15 +0100
commitb618d1c01121a78c88ff754006fea7bbc9388b44 (patch)
tree0ab4102e88b98b67dd4f1a105a41b260ea617f1d /doc/tools.texi
parentPreparing a release. (diff)
downloadgnupg2-b618d1c01121a78c88ff754006fea7bbc9388b44.tar.xz
gnupg2-b618d1c01121a78c88ff754006fea7bbc9388b44.zip
2008-01-10 Marcus Brinkmann <marcus@g10code.de>
* tools.texi (gpgconf): Some clarifications.
Diffstat (limited to 'doc/tools.texi')
-rw-r--r--doc/tools.texi24
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/tools.texi b/doc/tools.texi
index c0e897bcd..2b8d153e0 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2004 Free Software Foundation, Inc.
+@c Copyright (C) 2004, 2008 Free Software Foundation, Inc.
@c This is part of the GnuPG manual.
@c For copying conditions, see the file GnuPG.texi.
@@ -691,23 +691,24 @@ name for the argument. The field may also be empty, though, in which
case a short name is not known.
@item default
-This field is defined only for options. Its format is that of an
-@emph{option argument} (@xref{Format conventions}, for details). If
-the default value is empty, then no default is known. Otherwise, the
-value specifies the default value for this option. Note that this
-field is also meaningful if the option itself does not take a real
-argument.
+This field is defined only for options for which the @code{default} or
+@code{default desc} flag is set. If the @code{default} flag is set,
+its format is that of an @emph{option argument} (@xref{Format
+conventions}, for details). If the default value is empty, then no
+default is known. Otherwise, the value specifies the default value
+for this option. If the @code{default desc} flag is set, the field is
+either empty or contains a description of the effect if the option is
+not given.
@item argdef
This field is defined only for options for which the @code{optional
arg} flag is set. If the @code{no arg desc} flag is not set, its
format is that of an @emph{option argument} (@xref{Format
conventions}, for details). If the default value is empty, then no
-default is known. Otherwise, the value specifies the default value
+default is known. Otherwise, the value specifies the default argument
for this option. If the @code{no arg desc} flag is set, the field is
either empty or contains a description of the effect of this option if
-no argument is given. Note that this field is also meaningful if the
-option itself does not take a real argument.
+no argument is given.
@item value
This field is defined only for options. Its format is that of an
@@ -715,7 +716,8 @@ This field is defined only for options. Its format is that of an
explicitely set in the current configuration, and the default applies
(if any). Otherwise, it contains the current value of the option.
Note that this field is also meaningful if the option itself does not
-take a real argument.
+take a real argument (in this case, it contains the number of times
+the option appears).
@end table