1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

doc: Minor comment fixes.

--
This commit is contained in:
Werner Koch 2023-02-23 10:23:56 +01:00
parent 23b4c6e7c2
commit 9de180c6d2
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 3 additions and 2 deletions

View File

@ -174,6 +174,7 @@ find_next_lc (char *string)
* -c The string match in this part is done case-sensitive. * -c The string match in this part is done case-sensitive.
* -t Do not trim leading and trailing spaces from VALUE. * -t Do not trim leading and trailing spaces from VALUE.
* Note that a space after <op> is here required. * 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 * For example four calls to recsel_parse_expr() with these values for
* EXPR * EXPR
@ -192,7 +193,7 @@ find_next_lc (char *string)
* *
* The caller must pass the address of a selector variable to this * The caller must pass the address of a selector variable to this
* function and initialize the value of the function to NULL before * 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. * selector.
*/ */
gpg_error_t gpg_error_t

View File

@ -326,7 +326,7 @@ struct prkdf_object_s
char *serial_number; char *serial_number;
/* KDF/KEK parameter for OpenPGP's ECDH. First byte is zero if not /* KDF/KEK parameter for OpenPGP's ECDH. First byte is zero if not
* available. .*/ * available. */
unsigned char ecdh_kdf[4]; unsigned char ecdh_kdf[4];
/* Length and allocated buffer with the Id of this object. */ /* Length and allocated buffer with the Id of this object. */