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_ui.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_ui.c')
-rw-r--r-- | lib/gnutls_ui.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 4ca006371e..280088b3af 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -560,7 +560,7 @@ gnutls_fingerprint (gnutls_digest_algorithm_t algo, /** - * gnutls_certificate_set_dh_params - This function will set the DH parameters for a server to use + * gnutls_certificate_set_dh_params - set the DH parameters for a server to use * @res: is a gnutls_certificate_credentials_t structure * @dh_params: is a structure that holds diffie hellman parameters. * @@ -580,7 +580,7 @@ gnutls_certificate_set_dh_params (gnutls_certificate_credentials_t res, } /** - * gnutls_certificate_set_params_function - This function will set the DH or RSA parameters callback + * gnutls_certificate_set_params_function - set the DH or RSA parameters callback * @res: is a gnutls_certificate_credentials_t structure * @func: is the function to be called * @@ -598,7 +598,7 @@ gnutls_certificate_set_params_function (gnutls_certificate_credentials_t res, /** - * gnutls_certificate_set_verify_flags - This function will set the flags to be used at certificate verification + * gnutls_certificate_set_verify_flags - set the flags to be used at certificate verification * @res: is a gnutls_certificate_credentials_t structure * @flags: are the flags * @@ -615,7 +615,7 @@ gnutls_certificate_set_verify_flags (gnutls_certificate_credentials_t } /** - * gnutls_certificate_set_verify_limits - This function will set the upper limits to be used at certificate verification + * gnutls_certificate_set_verify_limits - set the upper limits to be used at certificate verification * @res: is a gnutls_certificate_credentials structure * @max_bits: is the number of bits of an acceptable certificate (default 8200) * @max_depth: is maximum depth of the verification of a certificate chain (default 5) @@ -635,7 +635,7 @@ gnutls_certificate_set_verify_limits (gnutls_certificate_credentials_t } /** - * gnutls_certificate_set_rsa_export_params - This function will set the RSA parameters for a server to use + * gnutls_certificate_set_rsa_export_params - set the RSA parameters for a server to use * @res: is a gnutls_certificate_credentials_t structure * @rsa_params: is a structure that holds temporary RSA parameters. * @@ -652,7 +652,7 @@ gnutls_certificate_set_rsa_export_params (gnutls_certificate_credentials_t } /** - * gnutls_psk_set_params_function - This function will set the DH or RSA parameters callback + * gnutls_psk_set_params_function - set the DH or RSA parameters callback * @res: is a gnutls_psk_server_credentials_t structure * @func: is the function to be called * @@ -671,7 +671,7 @@ gnutls_psk_set_params_function (gnutls_psk_server_credentials_t res, /** - * gnutls_anon_set_params_function - This function will set the DH or RSA parameters callback + * gnutls_anon_set_params_function - set the DH or RSA parameters callback * @res: is a gnutls_anon_server_credentials_t structure * @func: is the function to be called * |