diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-04-13 23:43:18 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-04-13 23:43:18 -0700 |
commit | 386d7143b677979e02392bb8750aea1da00fb687 (patch) | |
tree | 505af1cf8ab6cbe3490059772cce55e1fec89003 /txr.1 | |
parent | bb6936a0ae6947348d737fd6cea37a457b7909ac (diff) | |
download | txr-386d7143b677979e02392bb8750aea1da00fb687.tar.gz txr-386d7143b677979e02392bb8750aea1da00fb687.tar.bz2 txr-386d7143b677979e02392bb8750aea1da00fb687.zip |
sockets: missing shut-rd, shut-wr, shut-rdwr.
* socket.c (sock_load_init): Register documented but
completely missing intrinsic variables shut-rd, shut-wr,
shut-rdwr.
* lisplib.c (sock_set_entries): Register autoload for shut-rd,
shut-wr, shut-rdwr.
* txr.1: In sock-shutdown description, fix shut-rw typo that
should be shut-wr.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62096,7 +62096,7 @@ The .code direction parameter is one of the values given by the variables .codn shut-rd , -.code shut-rw +.code shut-wr or .codn shut-rdwr . These values shut down communication in the read direction, write direction, |