summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 12:14:43 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 12:14:43 +0000
commit96e30a8273df07b26fe95baadf706d5af1e03dce (patch)
tree9de456665399c13b6cd600096bec298cff556036
parent3dde50a830cc94862785e9c183f874936765245f (diff)
downloadFreeBSD-src-96e30a8273df07b26fe95baadf706d5af1e03dce.zip
FreeBSD-src-96e30a8273df07b26fe95baadf706d5af1e03dce.tar.gz
The .Fn macro, document `flags' argument & bump document date.
-rw-r--r--share/man/man9/VFS_START.913
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man9/VFS_START.9 b/share/man/man9/VFS_START.9
index 9cbc039..7985f48 100644
--- a/share/man/man9/VFS_START.9
+++ b/share/man/man9/VFS_START.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 24, 1996
+.Dd January 7, 2004
.Os
.Dt VFS_START 9
.Sh NAME
@@ -41,15 +41,20 @@
.Ft int
.Fn VFS_START "struct mount *mp" "int flags" "struct thread *td"
.Sh DESCRIPTION
-This is called after
+The
+.Fn VFS_START
+macro is called after
.Xr VFS_MOUNT 9
and before the first access to the file system.
-Its arguments are:
+.Pp
+The arguments it expects are:
.Bl -tag -width flags
.It Fa mp
The file system.
.It Fa flags
-??
+Flags passed to the
+.Dv vfs_start
+method of the file system.
.It Fa td
Thread which is starting the file system.
.El
OpenPOWER on IntegriCloud