From 442efa9b3ff211c692b6967a944b3d9371ad1bb7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 2 Jul 2016 16:18:50 +0200 Subject: doc: Describe filter expressions. * doc/gpg.texi: Remove some superfluous .E. (FILTER EXPRESSIONS): New. Signed-off-by: Werner Koch --- common/recsel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/recsel.c') 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: * * [] {{} PROPNAME VALUE []} * @@ -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 must be space separated and any of: * -- cgit v1.2.3