aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-07-17 15:58:53 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-07-17 15:58:53 +0200
commit7dfb43254cc64044e75a5da4bbf02a86d110aee3 (patch)
treeffbca3caeae8b421efbdd27dcd01fa573ff381ed /include/fuse_common.h
parent95e71dd19ebf1ddf7e5285d21ba9001d44e30f7a (diff)
Documentation fixes
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 9fd4bbb..35706cb 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -451,12 +451,13 @@ ssize_t fuse_buf_copy(struct fuse_bufvec *dst, struct fuse_bufvec *src,
* Stores session in a global variable. May only be called once per
* process until fuse_remove_signal_handlers() is called.
*
- * Once either of the POSIX signals arrives, the exit_handler() in fuse_signals.c is called:
+ * Once either of the POSIX signals arrives, the exit_handler() in
+ * fuse_signals.c is called:
* \snippet fuse_signals.c doxygen_exit_handler
- *
+ *
* @param se the session to exit
* @return 0 on success, -1 on failure
- *
+ *
* See also:
* fuse_remove_signal_handlers()
*/
@@ -469,7 +470,7 @@ int fuse_set_signal_handlers(struct fuse_session *se);
* be called again.
*
* @param se the same session as given in fuse_set_signal_handlers()
- *
+ *
* See also:
* fuse_set_signal_handlers()
*/