summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_STATFS.9
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2009-05-24 18:34:54 +0000
committertmclaugh <tmclaugh@FreeBSD.org>2009-05-24 18:34:54 +0000
commitf8ab650a5c5cfcc6d92666ac806c64351f9c8d36 (patch)
tree7da14808e22efc37ef17e43473fa4f1b66c32604 /share/man/man9/VFS_STATFS.9
parent8bf287b0f955c1dd7ce97bf1746d25dffe5e4090 (diff)
downloadFreeBSD-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_STATFS.9')
-rw-r--r--share/man/man9/VFS_STATFS.96
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/VFS_STATFS.9 b/share/man/man9/VFS_STATFS.9
index dd8dcc7..80d0d66 100644
--- a/share/man/man9/VFS_STATFS.9
+++ b/share/man/man9/VFS_STATFS.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2005
+.Dd May 23, 2009
.Os
.Dt VFS_STATFS 9
.Sh NAME
@@ -39,7 +39,7 @@
.In sys/mount.h
.In sys/vnode.h
.Ft int
-.Fn VFS_STATFS "struct mount *mp" "struct statfs *sbp" "struct thread *td"
+.Fn VFS_STATFS "struct mount *mp" "struct statfs *sbp"
.Sh DESCRIPTION
The
.Fn VFS_STATFS
@@ -56,8 +56,6 @@ A
structure, as defined by
.In sys/mount.h ,
into which information is placed about the file system.
-.It Fa td
-The thread which is querying the file system.
.El
.Pp
The fields of
OpenPOWER on IntegriCloud