diff options
Diffstat (limited to 'share/man/man9/VFS_CHECKEXP.9')
| -rw-r--r-- | share/man/man9/VFS_CHECKEXP.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9 index a0ba24fa9f7a..a5d8b6c1b21f 100644 --- a/share/man/man9/VFS_CHECKEXP.9 +++ b/share/man/man9/VFS_CHECKEXP.9 @@ -41,13 +41,13 @@ to a client. .Pp Its arguments are: .Bl -tag -width credanonp -.It Ar mp +.It Fa mp The mount point to be checked. -.It Ar nam +.It Fa nam An mbuf containing the network address of the client. -.It Ar exflagsp +.It Fa exflagsp Return parameter for the export flags for this client. -.It Ar credanonp +.It Fa credanonp Return parameter for the anonymous credentials for this client. .El .Pp @@ -62,7 +62,7 @@ to validate that a client has access to the file system. The file system should call .Xr vfs_export_lookup 9 with the address of an appropriate -.Dv netexport +.Vt netexport structure and the address of the client, .Fa nam , to verify that the client can access this file system. |
