diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-23 06:36:11 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-23 06:36:11 -0700 |
commit | 085ea58e669775b65dfe836e3c9c8ccd4d626480 (patch) | |
tree | 979b25dea5550f69d68229950007843bc998525f | |
parent | f499f85402235dfea7346770761e5352985cb0cd (diff) | |
download | txr-085ea58e669775b65dfe836e3c9c8ccd4d626480.tar.gz txr-085ea58e669775b65dfe836e3c9c8ccd4d626480.tar.bz2 txr-085ea58e669775b65dfe836e3c9c8ccd4d626480.zip |
doc: stat functions return structure.
* txr.1: Under Unix Filesystem Object Existence, Type and
Access Tests, fix text which implies that the stat functions
return a list.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31020,7 +31020,7 @@ as a string. Otherwise, it fails by throwing an exception of type The following functions all accept, as the .meta path -argument, either a character string, or a list object returned by the +argument, either a character string, or a structure returned by the .code stat or .code lstat |