View | Details | Raw Unified | Return to bug 159324
Collapse All | Expand All

(-)vfs_getopt.9 (-1 / +1 lines)
Lines 51-57 Link Here
51
.Fn vfs_getops "struct vfsoptlist *opts" "const char *name" "int *error"
51
.Fn vfs_getops "struct vfsoptlist *opts" "const char *name" "int *error"
52
.Ft int
52
.Ft int
53
.Fo vfs_flagopt
53
.Fo vfs_flagopt
54
.Fa "struct vfsoptlist *opts" "const char *name" "u_int *flags" "u_int flag"
54
.Fa "struct vfsoptlist *opts" "const char *name" "uint64_t *flags" "uint64_t flag"
55
.Fc
55
.Fc
56
.Ft int
56
.Ft int
57
.Fo vfs_scanopt
57
.Fo vfs_scanopt

Return to bug 159324