From f0899638bae6162b1a1164b50dd3963c5db93733 Mon Sep 17 00:00:00 2001 From: keramida Date: Fri, 7 Jan 2005 11:39:36 +0000 Subject: [PATCH] The .Fn macro. --- share/man/man9/VFS_CHECKEXP.9 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9 index 16885bf1ef7..a3afd2e0e45 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 -- 2.45.2