diff options
author | Werner Koch <[email protected]> | 2023-02-23 09:23:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-02-23 09:23:56 +0000 |
commit | 9de180c6d22253d26b4a75c568490a4932c8b96b (patch) | |
tree | 5e07e62c6014dcd8d57891ed365c8115d37ce840 /common/recsel.c | |
parent | dirmngr: New debug flag "keeptmp". (diff) | |
download | gnupg-9de180c6d22253d26b4a75c568490a4932c8b96b.tar.gz gnupg-9de180c6d22253d26b4a75c568490a4932c8b96b.zip |
doc: Minor comment fixes.
--
Diffstat (limited to 'common/recsel.c')
-rw-r--r-- | common/recsel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/recsel.c b/common/recsel.c index 60da4d3c9..ea0858c84 100644 --- a/common/recsel.c +++ b/common/recsel.c @@ -174,6 +174,7 @@ find_next_lc (char *string) * -c The string match in this part is done case-sensitive. * -t Do not trim leading and trailing spaces from VALUE. * Note that a space after <op> is here required. + * -r RFU: String match uses a regular expression * * For example four calls to recsel_parse_expr() with these values for * EXPR @@ -192,7 +193,7 @@ find_next_lc (char *string) * * The caller must pass the address of a selector variable to this * function and initialize the value of the function to NULL before - * the first call. recset_release needs to be called to free the + * the first call. recsel_release needs to be called to free the * selector. */ gpg_error_t |