[BACK]Return to refuse.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / librefuse

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/librefuse/refuse.3 between version 1.12 and 1.13

version 1.12, 2016/11/15 00:34:19 version 1.13, 2016/11/20 13:28:32
Line 83 
Line 83 
 .Fa "const struct fuse_opt *descriptions" "fuse_opt_proc_t processingfunc"  .Fa "const struct fuse_opt *descriptions" "fuse_opt_proc_t processingfunc"
 .Fc  .Fc
 .Ft int  .Ft int
 .Fo fuse_teardown  .Fo fuse_new
 .Fa "struct fuse *fuse" "char *mountpoint"  .Fa "struct fuse_args *args" "const struct fuse_operations *ops"
   .Fa "size_t opssize" "void *userdata"
 .Fc  .Fc
 .Ft struct fuse *  .Ft int
 .Fo fuse_setup  .Fo fuse_mount
 .Fa "int argc" "char **argv" "const struct fuse_operations *ops"  .Fa "struct fuse *fuse" "const char *mountpoint"
 .Fa "size_t opssize" "char **mountpoint" "int *multithreaded" "int *fd"  .Fc
   .Ft int
   .Fo fuse_unmount
   .Fa "struct fuse* fuse"
   .Fc
   .Ft int
   .Fo fuse_daemonize
   .Fa "struct fuse *fuse"
 .Fc  .Fc
 .Ft int  .Ft int
 .Fo puffs_fuse_node_getattr  .Fo puffs_fuse_node_getattr

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>