2008-01-10 Marcus Brinkmann <marcus@g10code.de>

* tools.texi (gpgconf): Some clarifications.
This commit is contained in:
Marcus Brinkmann 2008-01-10 03:03:15 +00:00
parent 157d4479aa
commit b618d1c011
2 changed files with 17 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2008-01-10 Marcus Brinkmann <marcus@g10code.de>
* tools.texi (gpgconf): Some clarifications.
2007-12-13 Werner Koch <wk@g10code.com> 2007-12-13 Werner Koch <wk@g10code.com>

View File

@ -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 This is part of the GnuPG manual.
@c For copying conditions, see the file GnuPG.texi. @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. case a short name is not known.
@item default @item default
This field is defined only for options. Its format is that of an This field is defined only for options for which the @code{default} or
@emph{option argument} (@xref{Format conventions}, for details). If @code{default desc} flag is set. If the @code{default} flag is set,
the default value is empty, then no default is known. Otherwise, the its format is that of an @emph{option argument} (@xref{Format
value specifies the default value for this option. Note that this conventions}, for details). If the default value is empty, then no
field is also meaningful if the option itself does not take a real default is known. Otherwise, the value specifies the default value
argument. 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 @item argdef
This field is defined only for options for which the @code{optional 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 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 format is that of an @emph{option argument} (@xref{Format
conventions}, for details). If the default value is empty, then no 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 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 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 no argument is given.
option itself does not take a real argument.
@item value @item value
This field is defined only for options. Its format is that of an 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 explicitely set in the current configuration, and the default applies
(if any). Otherwise, it contains the current value of the option. (if any). Otherwise, it contains the current value of the option.
Note that this field is also meaningful if the option itself does not 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 @end table