summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index bbcff8ac0..94e84e876 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -261,7 +261,8 @@ APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir);
*
* @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
* not be filled in, and you need to check the @c finfo->valid bitmask
- * to verify that what you're looking for is there.
+ * to verify that what you're looking for is there. When no more
+ * entries are available, APR_ENOENT is returned.
*/
APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
apr_dir_t *thedir);