mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc: Describe filter expressions.
* doc/gpg.texi: Remove some superfluous .E. (FILTER EXPRESSIONS): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
aae3cdb615
commit
442efa9b3f
2 changed files with 124 additions and 9 deletions
|
@ -133,7 +133,7 @@ find_next_lc (char *string)
|
|||
}
|
||||
|
||||
|
||||
/* Parse an expression. The expression symtax is:
|
||||
/* Parse an expression. The expression syntax is:
|
||||
*
|
||||
* [<lc>] {{<flag>} PROPNAME <op> VALUE [<lc>]}
|
||||
*
|
||||
|
@ -161,8 +161,8 @@ find_next_lc (char *string)
|
|||
* >= The numerical value of the field must be GE than the value.
|
||||
* -n True if value is not empty (no VALUE parameter allowed).
|
||||
* -z True if value is empty (no VALUE parameter allowed).
|
||||
* -t Alias for "NAME != 0" (no VALUE parameter allowed).
|
||||
* -f Alias for "NAME == 0" (no VALUE parameter allowed).
|
||||
* -t Alias for "PROPNAME != 0" (no VALUE parameter allowed).
|
||||
* -f Alias for "PROPNAME == 0" (no VALUE parameter allowed).
|
||||
*
|
||||
* Values for <flag> must be space separated and any of:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue