summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-04-18 10:41:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-04-18 10:41:34 -0700
commitb147d0de47a5bb55c2c32e4ef2af53bdb619a51e (patch)
treeeca05504139f1658cabb3ef5007698cc7eb91cd2 /txr.1
parent21c99d4de03c9a90115abdf24344bf4ecc79575c (diff)
downloadtxr-b147d0de47a5bb55c2c32e4ef2af53bdb619a51e.tar.gz
txr-b147d0de47a5bb55c2c32e4ef2af53bdb619a51e.tar.bz2
txr-b147d0de47a5bb55c2c32e4ef2af53bdb619a51e.zip
path-testing functions: accept file descriptor.
* share/txr/stdlib/path-test.tl (do-path-test): Pass all argument types to statfun, except if they are of type stat. * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.13
1 files changed, 2 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index c02d7fb3..242ef120 100644
--- a/txr.1
+++ b/txr.1
@@ -59244,10 +59244,11 @@ function except in the case of
.code path-symlink-p
which uses
.codn lstat .
-
If instead a stream is specified as
.metn path ,
then the associated filesystem descriptor is probed for these properties.
+If an integer value is specified, it is treated as a POSIX
+open file descriptor that is to be probed.
Otherwise, a
.code stat
structure, for example one returned by the