diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-14 21:52:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-14 21:52:08 -0700 |
commit | 60ac365c8dbfce9f481fbfe58d4baae70df889b4 (patch) | |
tree | c267380495715f6e3c2b6c9d2fed824231407ee9 /txr.1 | |
parent | feb85af5ec767988ce6e5414e5cae1ebc15b0f74 (diff) | |
download | txr-60ac365c8dbfce9f481fbfe58d4baae70df889b4.tar.gz txr-60ac365c8dbfce9f481fbfe58d4baae70df889b4.tar.bz2 txr-60ac365c8dbfce9f481fbfe58d4baae70df889b4.zip |
sock-connect return value change.
* socket.c (sock_connect): return a useful value rather than
t, namely the socket.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |