summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 11:39:36 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 11:39:36 +0000
commitf0899638bae6162b1a1164b50dd3963c5db93733 (patch)
tree003733cc7c5a48d32ce8b5c0f3f4bccef7b52142
parentd09528619ad521df9a9fc3f286c5d692e3f985ee (diff)
downloadFreeBSD-src-f0899638bae6162b1a1164b50dd3963c5db93733.zip
FreeBSD-src-f0899638bae6162b1a1164b50dd3963c5db93733.tar.gz
The .Fn macro.
-rw-r--r--share/man/man9/VFS_CHECKEXP.912
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9
index 16885bf..a3afd2e 100644
--- a/share/man/man9/VFS_CHECKEXP.9
+++ b/share/man/man9/VFS_CHECKEXP.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 10, 1999
+.Dd January 7, 2005
.Os
.Dt VFS_CHECKEXP 9
.Sh NAME
@@ -36,10 +36,12 @@
.Ft int
.Fn VFS_CHECKEXP "struct mount *mp" "struct sockaddr *nam" "int *exflagsp" "struct ucred **credanonp"
.Sh DESCRIPTION
-This is used by the NFS server to check if a mount point is exported
+The
+.Fn VFS_CHECKEXP
+macro is used by the NFS server to check if a mount point is exported
to a client.
.Pp
-Its arguments are:
+The arguments it expects are:
.Bl -tag -width credanonp
.It Fa mp
The mount point to be checked.
@@ -51,7 +53,9 @@ Return parameter for the export flags for this client.
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
+The
+.Fn VFS_CHECKEXP
+macro should be called on a file system's mount structure to determine if it
is exported to a client whose address is contained in
.Fa nam .
.Pp
OpenPOWER on IntegriCloud