diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2009-05-24 18:34:54 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2009-05-24 18:34:54 +0000 |
commit | f8ab650a5c5cfcc6d92666ac806c64351f9c8d36 (patch) | |
tree | 7da14808e22efc37ef17e43473fa4f1b66c32604 /share/man/man9/VFS_ROOT.9 | |
parent | 8bf287b0f955c1dd7ce97bf1746d25dffe5e4090 (diff) | |
download | FreeBSD-src-f8ab650a5c5cfcc6d92666ac806c64351f9c8d36.zip FreeBSD-src-f8ab650a5c5cfcc6d92666ac806c64351f9c8d36.tar.gz |
Update man pages after VFS_* changes in r191990.
Approved by: brueffer, attilio
Diffstat (limited to 'share/man/man9/VFS_ROOT.9')
-rw-r--r-- | share/man/man9/VFS_ROOT.9 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/VFS_ROOT.9 b/share/man/man9/VFS_ROOT.9 index 1aa0194..2490cfc 100644 --- a/share/man/man9/VFS_ROOT.9 +++ b/share/man/man9/VFS_ROOT.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 26, 2006 +.Dd May 23, 2009 .Os .Dt VFS_ROOT 9 .Sh NAME @@ -39,7 +39,7 @@ .In sys/mount.h .In sys/vnode.h .Ft int -.Fn VFS_ROOT "struct mount *mp" "int flags" "struct vnode **vpp" "struct thread *td" +.Fn VFS_ROOT "struct mount *mp" "int flags" "struct vnode **vpp" .Sh DESCRIPTION Return a locked vnode for the root directory of the file system. .Pp @@ -58,8 +58,6 @@ File system is free to ignore the argument and instead acquire an exclusive lock. .It Fa vpp Return parameter for the root vnode. -.It Fa td -The calling thread. .El .Sh SEE ALSO .Xr VFS 9 , |