summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-30 17:12:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-30 17:12:37 +0100
commitbd860020f1aa95b1fe61d758a268560c64a66319 (patch)
treef85e95c68437fdd3b93ed20da40aaff2ccc996af /doc/cha-gtls-app.texi
parentda1af2a1c3e6133948db06584e326e8d1aea721e (diff)
downloadgnutls-bd860020f1aa95b1fe61d758a268560c64a66319.tar.gz
replaced ':' in anchor names (texinfo doesn't like it).
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index acf0abc87d..24301753ae 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -37,7 +37,7 @@ and the manpages is recommended.
@subsection General idea
A brief description of how @acronym{GnuTLS} sessions operate is shown
-at @ref{fig:gnutls-design}. This section will become more clear when it
+at @ref{fig-gnutls-design}. This section will become more clear when it
is completely read.
As shown in the figure, there is a read-only global state that is
initialized once by the global initialization function. This global
@@ -49,7 +49,7 @@ for the deinitialization function which frees all allocated memory
and must be called after the program has permanently
finished using @acronym{GnuTLS}.
-@float Figure,fig:gnutls-design
+@float Figure,fig-gnutls-design
@image{gnutls-internals,12cm}
@caption{High level design of GnuTLS.}
@end float