From 14407043365e93328db35c6d618bf7feb1ec5429 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 20 Nov 2001 20:22:50 +0000 Subject: updated documentation (and generation of tex) --- lib/gnutls_ui.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/gnutls_ui.c') diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 19392ce863..046d028e9c 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -195,8 +195,8 @@ X509PKI_AUTH_INFO info; * gnutls_x509pki_get_peer_certificate_activation_time - This function returns the peer's certificate activation time * @state: is a gnutls state * - * This function will return the peer's certificate activation time in UNIX time (ie seconds since - * 00:00:00 UTC January 1, 1970). + * This function will return the peer's certificate activation time in UNIX time + * (ie seconds since 00:00:00 UTC January 1, 1970). * Returns a (time_t) -1 in case of an error. * **/ @@ -214,8 +214,8 @@ X509PKI_AUTH_INFO info; * gnutls_x509pki_get_peer_certificate_expiration_time - This function returns the peer's certificate expiration time * @state: is a gnutls state * - * This function will return the peer's certificate expiration time in UNIX time (ie seconds since - * 00:00:00 UTC January 1, 1970). + * This function will return the peer's certificate expiration time in UNIX time + * (ie seconds since 00:00:00 UTC January 1, 1970). * Returns a (time_t) -1 in case of an error. * **/ -- cgit v1.2.1