summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-11 19:44:37 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-11 19:44:37 +0200
commit35a691adec3e65bd734ced3711bf654a86966185 (patch)
tree34395bb9d131eeb9c2dc047f7259e29fe498b1cd /doc/cha-intro-tls.texi
parent89ed3802465f4212402f4c95a5e336791741adf8 (diff)
downloadgnutls-35a691adec3e65bd734ced3711bf654a86966185.tar.gz
more updates.
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r--doc/cha-intro-tls.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 433cdabe6f..58a81f5e03 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -100,7 +100,7 @@ timers and waiting for peer's messages during the handshake process,
@acronym{GnuTLS} will block and might be interrupted by signals. The
blocking operation of @acronym{GnuTLS} during @acronym{DTLS} handshake
can be changed using the appropriate flags in @funcref{gnutls_init} (see
-@ref{Session initialization}).
+@ref{TLS and DTLS sessions}).
By default, if the transport functions are not set, @acronym{GnuTLS}
will use the Berkeley sockets.
@@ -347,7 +347,7 @@ has to set up the required parameters. The main handshake function
is @funcref{gnutls_handshake}. In the next paragraphs we elaborate on
controlling of the handshake protocol, i.e., the ciphersuite negotiation.
-@showfuncdesc{gnutls_handshake}
+@showfuncA{gnutls_handshake}
@menu