summaryrefslogtreecommitdiff
path: root/doc/cha-intro-tls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-09-17 00:54:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-09-17 00:54:43 +0200
commit9654d4b90f0b2ebd300d402e615fff3f244593f6 (patch)
treef62bb5337ea488b39b18a3e3a2fdac0728d89d63 /doc/cha-intro-tls.texi
parent2486868a60f09a3e9d6384cc05af972416badc73 (diff)
downloadgnutls-9654d4b90f0b2ebd300d402e615fff3f244593f6.tar.gz
doc update
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 74adfeccb5..de6155f9ef 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -467,8 +467,8 @@ Since version 3.1.3 GnuTLS clients transparently support session tickets.
@cindex TLS extensions
@cindex heartbeat
-This TLS extension allows to ping and receive confirmation from the peer,
-is described in @xcite{RFC6520}. The extension is disabled by default and
+This is a TLS extension that allows to ping and receive confirmation from the peer,
+and is described in @xcite{RFC6520}. The extension is disabled by default and
@funcref{gnutls_heartbeat_enable} can be used to enable it. A policy
may be negotiated to only allow sending heartbeat messages or sending and receiving.
The current session policy can be checked with @funcref{gnutls_heartbeat_allowed}.