From 07e11b32afdc998a9515919dfaa1838cd6a86f54 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Fri, 7 Jan 2005 12:14:43 +0000 Subject: [PATCH] The .Fn macro, document `flags' argument & bump document date. --- share/man/man9/VFS_START.9 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/share/man/man9/VFS_START.9 b/share/man/man9/VFS_START.9 index 9cbc0392c4fa..7985f483b04e 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