diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-03-06 15:24:53 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-03-06 15:24:53 +0100 |
commit | bc2a84071dda1dd9ac92e4705abfe20eb8e06224 (patch) | |
tree | b7fd8319dcb096a2b725b3210a763b812cb7df9f /lib/gnutls_psk.c | |
parent | cd76887802142fd06228f316228ff492c3e8100a (diff) | |
download | gnutls-bc2a84071dda1dd9ac92e4705abfe20eb8e06224.tar.gz |
Doc fix, remove verbose 'This function will' stuff.
Improves man page look in 'apropos'.
Diffstat (limited to 'lib/gnutls_psk.c')
-rw-r--r-- | lib/gnutls_psk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c index e62ba32d9b..1550b4ed75 100644 --- a/lib/gnutls_psk.c +++ b/lib/gnutls_psk.c @@ -307,7 +307,7 @@ gnutls_psk_server_get_username (gnutls_session_t session) } /** - * gnutls_hex_decode - This function will decode hex encoded data + * gnutls_hex_decode - decode hex encoded data * @hex_data: contain the encoded data * @result: the place where decoded data will be copied * @result_size: holds the size of the result @@ -336,7 +336,7 @@ gnutls_hex_decode (const gnutls_datum_t * hex_data, char *result, } /** - * gnutls_hex_encode - This function will convert raw data to hex encoded + * gnutls_hex_encode - convert raw data to hex encoded * @data: contain the raw data * @result: the place where hex data will be copied * @result_size: holds the size of the result @@ -363,7 +363,7 @@ gnutls_hex_encode (const gnutls_datum_t * data, char *result, } /** - * gnutls_psk_set_server_dh_params - This function will set the DH parameters for a server to use + * gnutls_psk_set_server_dh_params - set the DH parameters for a server to use * @res: is a gnutls_psk_server_credentials_t structure * @dh_params: is a structure that holds diffie hellman parameters. * @@ -379,7 +379,7 @@ gnutls_psk_set_server_dh_params (gnutls_psk_server_credentials_t res, } /** - * gnutls_psk_set_server_params_function - This function will set the DH parameters callback + * gnutls_psk_set_server_params_function - set the DH parameters callback * @res: is a gnutls_certificate_credentials_t structure * @func: is the function to be called * |