diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2011-07-31 21:04:47 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2011-07-31 21:04:47 +0000 |
| commit | fa53ff8858a99d1e54472bd9a7ba38815b2a1e5f (patch) | |
| tree | d0d678c7f53bb7534fe260f1b6b1ee2103e8eef3 /share | |
| parent | 6b3dfc6ab0f07d32f9294e78d46407ed605b5be5 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/vfs_getopt.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vfs_getopt.9 b/share/man/man9/vfs_getopt.9 index 8d8d3b3d7ba5..09db47c7929d 100644 --- a/share/man/man9/vfs_getopt.9 +++ b/share/man/man9/vfs_getopt.9 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 2, 2009 +.Dd July 31, 2011 .Dt VFS_GETOPT 9 .Os .Sh NAME @@ -51,7 +51,7 @@ .Fn vfs_getops "struct vfsoptlist *opts" "const char *name" "int *error" .Ft int .Fo vfs_flagopt -.Fa "struct vfsoptlist *opts" "const char *name" "u_int *flags" "u_int flag" +.Fa "struct vfsoptlist *opts" "const char *name" "uint64_t *flags" "uint64_t flag" .Fc .Ft int .Fo vfs_scanopt |
