From: Jaak Ristioja Date: Mon, 3 Nov 2014 19:28:28 +0000 (+0200) Subject: doc: Added missing reference for EMSGSIZE to inline documentation of gnutls_transport... X-Git-Tag: gnutls_3_4_0~702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=608fb7ed7f25440970b4151eb9ccff62f505e4ac;p=thirdparty%2Fgnutls.git doc: Added missing reference for EMSGSIZE to inline documentation of gnutls_transport_set_errno(). Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/lib/system_override.c b/lib/system_override.c index 0e0f32e4b3..f8250bab82 100644 --- a/lib/system_override.c +++ b/lib/system_override.c @@ -45,7 +45,7 @@ * @err: error value to store in session-specific errno variable. * * Store @err in the session-specific errno variable. Useful values - * for @err are EAGAIN and EINTR, other values are treated will be + * for @err are EINTR, EAGAIN and EMSGSIZE, other values are treated will be * treated as real errors in the push/pull function. * * This function is useful in replacement push and pull functions set by