aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2014-11-25 16:20:14 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2014-11-25 16:21:56 +0100
commite0fa9c41fd5c2639dd23fbb151e251fcc1303a5b (patch)
tree0ec605bfe3009331baf2a5bdf95993f30e6aff5e /include
parente3b7d4c278a26520be63d99d6ea84b26906fe73d (diff)
Fix docs of lowlevel readdirplus()
Reported by Michael j Theall.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index b31868f..20e7692 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1032,9 +1032,9 @@ struct fuse_lowlevel_ops {
* fi->fh will contain the value set by the opendir method, or
* will be undefined if the opendir method didn't set any value.
*
- * In contrast to readdir() (which does not affect the lookup
- * counts), the lookup count of every entry returned by
- * readdirplus() is increased by one.
+ * In contrast to readdir() (which does not affect the lookup counts),
+ * the lookup count of every entry returned by readdirplus(), except "."
+ * and "..", is incremented by one.
*
* Introduced in version 3.0
*