summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-22 23:11:21 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-22 23:11:21 +0100
commitcc131a99593812dd0dddd78f802b0f67adadf482 (patch)
tree09577556c4df4787621a227e7ecaf74926f4eee9 /doc/cha-gtls-app.texi
parent0e7ef20d3d7de872ac8dae18e219690732175a73 (diff)
downloadgnutls-cc131a99593812dd0dddd78f802b0f67adadf482.tar.gz
Separated API reference to header files in the texi manual.
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index d9cba2577b..0699c53ad3 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -169,9 +169,8 @@ data to the transport layer.
Other callback functions may require more complicated input and data
to be allocated. Such an example is
@funcref{gnutls_srp_set_server_credentials_function}.
-All callbacks should allocate and free memory using the functions shown below.
-
-@showfuncB{gnutls_malloc,gnutls_free}
+All callbacks should allocate and free memory using
+@funcintref{gnutls_malloc} and @funcintref{gnutls_free}.
@node Preparation