summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-30 16:46:15 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-30 16:46:15 +0100
commitda1af2a1c3e6133948db06584e326e8d1aea721e (patch)
treeaafd174f79b0c86cc81674aeda0f763420e59fe6 /doc
parentcfb3cc68d326525f20bade7798a46ddf6a2645bc (diff)
downloadgnutls-da1af2a1c3e6133948db06584e326e8d1aea721e.tar.gz
doc update
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-upgrade.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index 9718b597f5..5621ee0364 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -41,7 +41,7 @@ as described in @ref{Asynchronous operation}
They are replaced by the safer function @funcref{gnutls_session_get_random}
@item @funcintref{gnutls_session_get_master_secret}
-@tab Replaced by the keying material exporters discussed in @ref{Keying Material Exporters}
+@tab Replaced by the keying material exporters discussed in @ref{Deriving keys for other applications/protocols}
@item @funcintref{gnutls_transport_set_global_errno}
@tab Replaced by using the system's errno fascility or @funcref{gnutls_transport_set_errno}.