aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
Diffstat (limited to 'NEW')
-rw-r--r--NEW4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEW b/NEW
index 879f12c..e5efc97 100644
--- a/NEW
+++ b/NEW
@@ -8,7 +8,9 @@ a given domain/family and protocol. Then connect or bind if needed. Then
8use IO functions. 8use IO functions.
9 9
10All functions return a non-nil value as first return value if successful. 10All functions return a non-nil value as first return value if successful.
11All functions return nil followed by error message in case of error. 11All functions return whatever could be retrieved followed by error message
12in case of error. The best way to check for errors is to check for the
13presence of an error message.
12WARNING: The send function was affected. 14WARNING: The send function was affected.
13 15
14Better error messages and parameter checking. 16Better error messages and parameter checking.