The .Fn macro, document `flags' argument & bump document date.

This commit is contained in:
Giorgos Keramidas 2005-01-07 12:14:43 +00:00
parent 1a842e2500
commit 07e11b32af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139855

View File

@ -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