diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 5 |
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 */ |