From 56fde4ba9ee0268ece42512a00782b2064537b15 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 23 Nov 2016 15:59:52 -0800 Subject: Improve documentation of fuse_session_unmount --- include/fuse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fuse.h') 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); -- cgit v1.2.3