summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_CHECKEXP.9
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man9/VFS_CHECKEXP.9
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man9/VFS_CHECKEXP.9')
-rw-r--r--share/man/man9/VFS_CHECKEXP.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9
index 6f73dde..184d7e1 100644
--- a/share/man/man9/VFS_CHECKEXP.9
+++ b/share/man/man9/VFS_CHECKEXP.9
@@ -36,7 +36,7 @@
.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
+This is used by the NFS server to check if a mount point is exported
to a client.
.Pp
Its arguments are:
@@ -51,8 +51,8 @@ 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
-is exported to a client whose address is contained in
+This 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
It is generally called before
@@ -62,7 +62,7 @@ to validate that a client has access to the filesystem.
The filesystem should call
.Xr vfs_export_lookup 9
with the address of an appropriate
-.Dv netexport
+.Dv netexport
structure and the address of the client,
.Fa nam ,
to verify that the client can access this filesystem.
OpenPOWER on IntegriCloud