diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-07-02 00:03:49 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-07-02 00:03:49 +0200 |
commit | d208cd749be2ae70a9737600cde2c1df8cd995e0 (patch) | |
tree | b1b37831f94525225ee0bf72469a3798fdec95a1 /doc | |
parent | * argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :) (diff) | |
download | gnupg2-d208cd749be2ae70a9737600cde2c1df8cd995e0.tar.xz gnupg2-d208cd749be2ae70a9737600cde2c1df8cd995e0.zip |
* gpg.sgml: Clarify "group".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f8beb8d86..c52c1a0a9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 David Shaw <dshaw@jabberwocky.com> + + * gpg.sgml: Clarify "group". + 2002-07-01 Werner Koch <wk@gnupg.org> * Makefile.am: Due to problems with VPATH builds we don't try to diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 145ad7c52..99c0421c8 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -43,6 +43,7 @@ <!entity ParmString "<parameter>string</parameter>"> <!entity ParmValue "<parameter>value</parameter>"> <!entity ParmNameValue "<parameter>name=value</parameter>"> +<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>"> ]> <refentry id="gpg"> @@ -1977,12 +1978,16 @@ Experimental use only. </para></listitem></varlistentry> <varlistentry> -<term>--group &ParmNameValue;</term> +<term>--group &ParmNameValues;</term> <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 -be expanded to the values specified. Note there is only one level of -expansion - you cannot make an group that points to another group. +be expanded to the values specified. + +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> <varlistentry> |