aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-23 15:59:52 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-29 08:25:52 -0800
commit56fde4ba9ee0268ece42512a00782b2064537b15 (patch)
treeeb683a64fe89098de9be107272b39ef130e4ae74 /include/fuse.h
parent8e9cf9ecc6241f740edfa5bdc3533a2d0f2bb3e1 (diff)
Improve documentation of fuse_session_unmount
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h
index a9e569e..89798ef 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -819,6 +819,8 @@ int fuse_mount(struct fuse *f, const char *mountpoint);
/**
* Unmount a FUSE file system.
*
+ * See fuse_session_unmount() for additional information.
+ *
* @param f the FUSE handle
**/
void fuse_unmount(struct fuse *f);