summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-13 09:27:58 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-13 13:07:23 +0200
commit89848c9ccfc4ff00ef88c46918e07a477ec0b51c (patch)
tree761b0c0f2b812a2064a3ae299500e2acdcec0e9f
parent018ed7e6d6ed393a0cd9667cf63fcb49cc776b09 (diff)
downloadgnutls-89848c9ccfc4ff00ef88c46918e07a477ec0b51c.tar.gz
doc update
-rw-r--r--lib/gnutls_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index ce95ca4646..dbee66737e 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -39,7 +39,7 @@
/**
* gnutls_random_art:
- * @type: The type of the random art
+ * @type: The type of the random art (for now only %GNUTLS_RANDOM_ART_OPENSSH is supported)
* @key_type: The type of the key (RSA, DSA etc.)
* @key_size: The size of the key in bits
* @fpr: The fingerprint of the key
@@ -47,7 +47,7 @@
* @art: The returned random art
*
* This function will convert a given fingerprint to an "artistic"
- * image. The returned image is allocated using gnutls_malloc()
+ * image. The returned image is allocated using gnutls_malloc().
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise
* an error code is returned.