From: Nikos Mavrogiannopoulos Date: Fri, 10 Feb 2012 21:37:42 +0000 (+0100) Subject: escaped brackets X-Git-Tag: gnutls_3_0_13~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba7d8b70e82fe15eda24bb4539b3667e528f7f81;p=thirdparty%2Fgnutls.git escaped brackets --- diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi index d32be0daf0..b03d35daf7 100644 --- a/doc/cha-cert-auth.texi +++ b/doc/cha-cert-auth.texi @@ -309,10 +309,10 @@ of those functions is shown below. const char* service, const gnutls_datum_t *pubkey); - typedef struct { + typedef struct @{ gnutls_trust_db_store_func store; gnutls_trust_db_retr_func retrieve; - } trust_storage_st; + @} trust_storage_st; @end example @node OpenPGP certificates