diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-02-04 17:17:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-02-04 17:17:26 -0800 |
commit | 80df27ef29c203fd259f4c0363580fdd0ebf90a4 (patch) | |
tree | eeb90cfda898846773209e3ca4751dd72fee0940 | |
parent | 81868db85255d60364a8ad084e20a039c8ddaa3f (diff) | |
download | txr-80df27ef29c203fd259f4c0363580fdd0ebf90a4.tar.gz txr-80df27ef29c203fd259f4c0363580fdd0ebf90a4.tar.bz2 txr-80df27ef29c203fd259f4c0363580fdd0ebf90a4.zip |
doc: stream-fd is nonexistent.
* txr.1: Fix reference to a nonexistent stream-fd function;
the correct name is fileno.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49866,7 +49866,7 @@ File, process and stream socket I/O streams have a .code :fd property which can be accessed, but not modified. It retrieves the same value as the -.code stream-fd +.code fileno function. The "real time" |