diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-14 17:53:11 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-14 17:53:11 +0000 |
| commit | 8f8b4df79a30e9a7e391c9ce344edd3b5431bfbb (patch) | |
| tree | c9b11f27499c772675257d8fa725c4e80c87203d | |
| parent | 98fae40bf06d8079fac1d0b43bc990846e9cd479 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/VFS_FHTOVP.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VFS_FHTOVP.9 b/share/man/man9/VFS_FHTOVP.9 index fa1d2721e542..8f0ea9bf1f57 100644 --- a/share/man/man9/VFS_FHTOVP.9 +++ b/share/man/man9/VFS_FHTOVP.9 @@ -63,7 +63,7 @@ filehandle. .Pp 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 +to check if the file is accessible to the client. .Pp .Sh RETURN VALUES The locked vnode for the file will be returned in |
