summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-06-04 15:31:12 +0000
committerasmodai <asmodai@FreeBSD.org>2000-06-04 15:31:12 +0000
commit4dc1a14f85ad661f840a6ec07135dfe58cc8e4aa (patch)
treed0fc11465a157285f712b7baa730aee714c038b3 /share/man
parent0840690171793a39b25f227340036828aae9dccd (diff)
downloadFreeBSD-src-4dc1a14f85ad661f840a6ec07135dfe58cc8e4aa.zip
FreeBSD-src-4dc1a14f85ad661f840a6ec07135dfe58cc8e4aa.tar.gz
VFS_CHECKEXP.9:
Fix typo. Fix description. VFS_FHTOVP.9: Fix order in which the manpage says the calls should be made. PR: 18590 Submitted by: Anatoly Vorobey <mellon@pobox.com>
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/VFS_CHECKEXP.94
-rw-r--r--share/man/man9/VFS_FHTOVP.92
2 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9
index eb10b8c..8bf74c3 100644
--- a/share/man/man9/VFS_CHECKEXP.9
+++ b/share/man/man9/VFS_CHECKEXP.9
@@ -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 <sys/param.h>
.Fd #include <sys/mount.h>
@@ -52,7 +52,7 @@ Return parameter for the anonymous credentials for this client.
.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
diff --git a/share/man/man9/VFS_FHTOVP.9 b/share/man/man9/VFS_FHTOVP.9
index 9892877..fa1d272 100644
--- a/share/man/man9/VFS_FHTOVP.9
+++ b/share/man/man9/VFS_FHTOVP.9
@@ -61,7 +61,7 @@ resources have been reused for a new file. For instance, UFS
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
OpenPOWER on IntegriCloud