summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-20 20:22:50 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-20 20:22:50 +0000
commit14407043365e93328db35c6d618bf7feb1ec5429 (patch)
tree48a85ff4817997ab3165a2ccf36c35ff75ad9c8a /lib/gnutls_ui.c
parent4b17d094b230a0fc37029eefda08230fede25048 (diff)
downloadgnutls-14407043365e93328db35c6d618bf7feb1ec5429.tar.gz
updated documentation (and generation of tex)
Diffstat (limited to 'lib/gnutls_ui.c')
-rw-r--r--lib/gnutls_ui.c8
1 files changed, 4 insertions, 4 deletions
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.
*
**/