1
0
Fork 0
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:
Werner Koch 2016-07-02 16:18:50 +02:00
parent aae3cdb615
commit 442efa9b3f
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 124 additions and 9 deletions

View file

@ -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:
*