Index: VFS_CHECKEXP.9 =================================================================== RCS file: /freebsd/cvs/src/share/man/man9/VFS_CHECKEXP.9,v retrieving revision 1.2 diff -u -r1.2 VFS_CHECKEXP.9 --- VFS_CHECKEXP.9 1999/09/11 21:00:03 1.2 +++ VFS_CHECKEXP.9 2000/05/16 11:38:47 @@ -29,7 +29,7 @@ .Dt VFS_CHECKEXP 9 .Sh NAME .Nm VFS_CHECKEXP -.Nd check if vnode is exported to a client +.Nd check if a filesystem is exported to a client .Sh SYNOPSIS .Fd #include .Fd #include @@ -52,7 +52,7 @@ .El .Pp This should be called on a file system's mount structure to determine if it -is exported to a client whos address is contained in +is exported to a client whose address is contained in .Fa nam . .Pp It is generally called before Index: VFS_FHTOVP.9 =================================================================== RCS file: /freebsd/cvs/src/share/man/man9/VFS_FHTOVP.9,v retrieving revision 1.6 diff -u -r1.6 VFS_FHTOVP.9 --- VFS_FHTOVP.9 1999/09/11 00:57:20 1.6 +++ VFS_FHTOVP.9 2000/05/16 11:39:55 @@ -61,7 +61,7 @@ filesystem stores the inode number and inode generation counter in its filehandle. .Pp -A call to this function should generally be followed by a call to +A call to this function should generally be preceded by a call to .Xr VFS_CHECKEXP 9 to check if the file is accessable to the client .Pp