summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-20 10:42:30 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-20 11:05:18 +0100
commit74072e5f188ed2cb38a45ecbbfdbde7a953b8621 (patch)
tree77e0b8ca7a78c97c6225084c93b3f752931f814e /lib/gnutls_str.c
parent0184a74cf7a9087c4d1e844029319b94ab2f2f98 (diff)
downloadgnutls-74072e5f188ed2cb38a45ecbbfdbde7a953b8621.tar.gz
Added a more robust manpage generation method.
Diffstat (limited to 'lib/gnutls_str.c')
-rw-r--r--lib/gnutls_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c
index c668b08fe4..f4910df270 100644
--- a/lib/gnutls_str.c
+++ b/lib/gnutls_str.c
@@ -465,8 +465,8 @@ _gnutls_bin2hex (const void *_old, size_t oldlen,
* @hex_data: string with data in hex format
* @hex_size: size of hex data
* @bin_data: output array with binary data
- * @bin_size: when calling *@bin_size should hold size of @bin_data,
- * on return will hold actual size of @bin_data.
+ * @bin_size: when calling should hold maximum size of @bin_data,
+ * on return will hold actual length of @bin_data.
*
* Convert a buffer with hex data to binary data.
*