summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 14:10:59 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 14:10:59 +0000
commitd0c8626d65dea5c7c9e61065ceb763163bb4d856 (patch)
tree6f2d13ba688e85f5781ae97bf613059d0c7c5caa
parent070993d17f696b66a77acf6ad672bdc6d070873d (diff)
downloadFreeBSD-src-d0c8626d65dea5c7c9e61065ceb763163bb4d856.zip
FreeBSD-src-d0c8626d65dea5c7c9e61065ceb763163bb4d856.tar.gz
The .Fn macro.
-rw-r--r--share/man/man9/VFS_VGET.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/VFS_VGET.9 b/share/man/man9/VFS_VGET.9
index b18f3a3..0950fba 100644
--- a/share/man/man9/VFS_VGET.9
+++ b/share/man/man9/VFS_VGET.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 24, 1996
+.Dd January 7, 2004
.Os
.Dt VFS_VGET 9
.Sh NAME
@@ -41,7 +41,9 @@
.Ft int
.Fn VFS_VGET "struct mount *mp" "ino_t ino" "int flags" "struct vnode **vpp"
.Sh DESCRIPTION
-This converts an inode number into a locked vnode.
+The
+.Fn VFS_VGET
+macro converts an inode number into a locked vnode.
.Pp
Its arguments are:
.Bl -tag -width ".Fa flags"
OpenPOWER on IntegriCloud