summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-04-13 23:43:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-04-13 23:43:18 -0700
commit386d7143b677979e02392bb8750aea1da00fb687 (patch)
tree505af1cf8ab6cbe3490059772cce55e1fec89003 /txr.1
parentbb6936a0ae6947348d737fd6cea37a457b7909ac (diff)
downloadtxr-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index ddc258a1..8cfd6aa7 100644
--- a/txr.1
+++ b/txr.1
@@ -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,