summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-31 09:40:26 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-31 09:40:26 +0100
commitcd1aa3383311f924563ba92cdb83d6a149562774 (patch)
tree661a75c64233a310274e38aa8a0e0b72dfb65522 /doc/cha-gtls-app.texi
parent0034b44b1bfb01f198f1863e16dcca738c5f8042 (diff)
downloadgnutls-cd1aa3383311f924563ba92cdb83d6a149562774.tar.gz
updated text for gnutls_fd_in_use() to account the new behavior
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 2812fb1fc3..f78759ccfe 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -280,9 +280,9 @@ The resources allocated by the initialization process will be released
on library deinitialization, or explictly by calling @funcref{gnutls_global_deinit}.
Note that during initialization file descriptors may be kept open by
-GnuTLS (e.g. /dev/urandom). The helper function @funcref{gnutls_fd_in_use}
-is given to assist applications closing all unknown file descriptors
-on initialization.
+GnuTLS (e.g. /dev/urandom) on library load. Applications closing all unknown file
+descriptors must immediately call @funcref{gnutls_global_init}, after that, to
+ensure they don't disrupt GnuTLS' operation.
@c In order to take advantage of the internationalization features in
@c GnuTLS, such as translated error messages, the application must set