diff options
author | Hiten Pandya <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
---|---|---|
committer | Hiten Pandya <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
commit | 0640e9e01b3e93e057629a848b7870f30427c609 (patch) | |
tree | 699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VFS_FHTOVP.9 | |
parent | acb9e0f3f677031b651a96575f7f5942a621da54 (diff) | |
download | src-0640e9e01b3e93e057629a848b7870f30427c609.tar.gz src-0640e9e01b3e93e057629a848b7870f30427c609.zip |
Notes
Diffstat (limited to 'share/man/man9/VFS_FHTOVP.9')
-rw-r--r-- | share/man/man9/VFS_FHTOVP.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_FHTOVP.9 b/share/man/man9/VFS_FHTOVP.9 index a5d443270ab2..cd1133c8ac2f 100644 --- a/share/man/man9/VFS_FHTOVP.9 +++ b/share/man/man9/VFS_FHTOVP.9 @@ -45,11 +45,11 @@ This is used by the NFS server to turn an NFS filehandle into a vnode. .Pp Its arguments are: .Bl -tag -width vpp -.It Ar mp +.It Fa mp The file system. -.It Ar fhp +.It Fa fhp The filehandle to convert. -.It Ar vpp +.It Fa vpp Return parameter for the new locked vnode. .El .Pp |