[PATCH 1/3] Correct formatting of gcry_mac_get_algo_keylen documentation

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Fri Dec 27 09:37:10 CET 2013


* doc/gcrypt.texi: add braces near gcry_mac_get_algo_keylen
  documentation.

Use braces around unsigned int in gcry_mac_get_algo_keylen
documentation, otherwise texinfo breaks that and uses 'int' as a
function definition.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
 doc/gcrypt.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index ea4b161..405c8fe 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -3773,7 +3773,7 @@ for the MAC value. On error @code{0} is returned.
 @end deftypefun
 
 
- at deftypefun unsigned int gcry_mac_get_algo_keylen (@var{algo})
+ at deftypefun {unsigned int} gcry_mac_get_algo_keylen (@var{algo})
 
 This function returns length of the key for MAC algorithm @var{algo}.  If
 the algorithm supports multiple key lengths, the default supported key
-- 
1.8.5.1




More information about the Gcrypt-devel mailing list