aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-11-11 09:55:55 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-11-11 09:55:55 +0000
commitfc5309cfd2b84b13279f5c512bd575b0a2322ae8 (patch)
tree8859e5a9160eb4708422f93ba66910146c574c1f /include
parent10d03ed9c381436d06252ab440bc2e910e7e755b (diff)
downloadlibfuse-fc5309cfd2b84b13279f5c512bd575b0a2322ae8.tar.gz
fixes
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 6af2c4f..1531296 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -495,7 +495,10 @@ struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
/**
* Destroy the FUSE handle.
*
- * The filesystem is not unmounted.
+ * The communication channel attached to the handle is also destroyed.
+ *
+ * NOTE: This function does not unmount the filesystem. If this is
+ * needed, call fuse_unmount() before calling this function.
*
* @param f the FUSE handle
*/