diff options
author | Werner Koch <[email protected]> | 2016-07-02 14:18:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-07-02 14:18:50 +0000 |
commit | 442efa9b3ff211c692b6967a944b3d9371ad1bb7 (patch) | |
tree | de2acb3415345b50c65b2008e2da9e219c1d260d /common/recsel.c | |
parent | yat2m: Fix table formatting. (diff) | |
download | gnupg-442efa9b3ff211c692b6967a944b3d9371ad1bb7.tar.gz gnupg-442efa9b3ff211c692b6967a944b3d9371ad1bb7.zip |
doc: Describe filter expressions.
* doc/gpg.texi: Remove some superfluous .E.
(FILTER EXPRESSIONS): New.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/recsel.c')
-rw-r--r-- | common/recsel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recsel.c b/common/recsel.c index b35574fb6..5dc685fe9 100644 --- a/common/recsel.c +++ b/common/recsel.c @@ -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: * |