diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-08-20 23:57:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-08-20 23:57:41 +0200 |
commit | 75c2c252204d55758de8dda5d27c80927be73ea0 (patch) | |
tree | 58a090980af04cec00a8dcd84f2bf8d08d06f0d2 /doc/cha-intro-tls.texi | |
parent | f87eb04507cb399740ae1f66a4f1f13ffa2d9832 (diff) | |
download | gnutls_3_0_1.tar.gz |
Use texinfo's word break.gnutls_3_0_1
Diffstat (limited to 'doc/cha-intro-tls.texi')
-rw-r--r-- | doc/cha-intro-tls.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index 3cc7941deb..623ba07ffb 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -274,8 +274,8 @@ The alert protocol is there to allow signals to be sent between peers. These signals are mostly used to inform the peer about the cause of a protocol failure. Some of these signals are used internally by the protocol and the application protocol does not have to cope with them -(e.g. @code{GNUTLS_\-A_\-CLOSE_\-NOTIFY}), and others refer to the -application protocol solely (e.g. @code{GNUTLS_\-A_\-USER_\-CANCELLED}). An +(e.g. @code{GNUTLS_@-A_@-CLOSE_@-NOTIFY}), and others refer to the +application protocol solely (e.g. @code{GNUTLS_@-A_@-USER_@-CANCELLED}). An alert signal includes a level indication which may be either fatal or warning. Fatal alerts always terminate the current connection, and prevent future re-negotiations using the current session ID. All alert |