]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 18 Dec 2000 00:08:40 +0000 (00:08 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 18 Dec 2000 00:08:40 +0000 (00:08 +0000)
doc/API

diff --git a/doc/API b/doc/API
index 4e5f5d0dfe339704cb3f4f39a5c5b56c8d25037e..543d77f85cd077d4d94d830e9d8d8d82152f9c46 100644 (file)
--- a/doc/API
+++ b/doc/API
@@ -128,5 +128,5 @@ int gnutls_set_current_session( GNUTLS_STATE state, void* session, int session_s
 int gnutls_set_lowat( GNUTLS_STATE state, int num);
        Used to set the lowat value in order for select to check
        if there are pending data to socket buffer. Used only
-       if you have changed the default low water value (default is 1),
-       but anyway why do that?
+       if you have changed the default low water value (default is 1).
+       Normally you will not need that function.