From 60ac365c8dbfce9f481fbfe58d4baae70df889b4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 14 Mar 2016 21:52:08 -0700 Subject: sock-connect return value change. * socket.c (sock_connect): return a useful value rather than t, namely the socket. * txr.1: Documented. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 0953ae26..a6dc6d76 100644 --- a/txr.1 +++ b/txr.1 @@ -37867,7 +37867,7 @@ object of type matching the address family of the socket. If the operation fails, an exception of type .code socket-error is thrown. Otherwise, the function returns -.codn t . +.metn socket . .coNP Function @ sock-bind .synb -- cgit v1.2.3