docs/159324: [PATCH] Update the documentation to reflect recent change to vfs_getopt(9)
Brandon Gooch
jamesbrandongooch at gmail.com
Sun Jul 31 05:00:18 UTC 2011
>Number: 159324
>Category: docs
>Synopsis: [PATCH] Update the documentation to reflect recent change to vfs_getopt(9)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 31 05:00:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Brandon Gooch
>Release: 9-CURRENT amd64
>Organization:
>Environment:
FreeBSD m6500.local 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224414: Tue Jul 26 02:22:28 CDT 2011 root at m6500.local:/usr/obj/usr/src/sys/DELL_M6500 amd64
>Description:
At r224290, the mnt_flag field in the mount structure changed from 32 bits to 64 bits. The patch provided updates the man page for vfs_getopt(9) to reflect the change.
>How-To-Repeat:
>Fix:
Patch attached.
Patch attached with submission follows:
--- vfs_getopt.9.orig 2011-07-30 23:14:38.000000000 -0500
+++ vfs_getopt.9 2011-07-30 23:19:54.000000000 -0500
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list