mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
* gpg.sgml: Clarify "group".
This commit is contained in:
parent
fe1495e44e
commit
d208cd749b
@ -1,3 +1,7 @@
|
|||||||
|
2002-07-01 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.sgml: Clarify "group".
|
||||||
|
|
||||||
2002-07-01 Werner Koch <wk@gnupg.org>
|
2002-07-01 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* Makefile.am: Due to problems with VPATH builds we don't try to
|
* Makefile.am: Due to problems with VPATH builds we don't try to
|
||||||
|
13
doc/gpg.sgml
13
doc/gpg.sgml
@ -43,6 +43,7 @@
|
|||||||
<!entity ParmString "<parameter>string</parameter>">
|
<!entity ParmString "<parameter>string</parameter>">
|
||||||
<!entity ParmValue "<parameter>value</parameter>">
|
<!entity ParmValue "<parameter>value</parameter>">
|
||||||
<!entity ParmNameValue "<parameter>name=value</parameter>">
|
<!entity ParmNameValue "<parameter>name=value</parameter>">
|
||||||
|
<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<refentry id="gpg">
|
<refentry id="gpg">
|
||||||
@ -1977,12 +1978,16 @@ Experimental use only.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--group &ParmNameValue;</term>
|
<term>--group &ParmNameValues;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Sets up a name group, which is similar to aliases in email programs.
|
Sets up a named group, which is similar to aliases in email programs.
|
||||||
Any time the group name is a receipient (-r or --recipient), it will
|
Any time the group name is a receipient (-r or --recipient), it will
|
||||||
be expanded to the values specified. Note there is only one level of
|
be expanded to the values specified.
|
||||||
expansion - you cannot make an group that points to another group.
|
|
||||||
|
The values are &ParmKeyIDs; or fingerprints, but any key description
|
||||||
|
is accepted. Note that a value with spaces in it will be treated as
|
||||||
|
two different values. Note also there is only one level of expansion
|
||||||
|
- you cannot make an group that points to another group.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user