summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_CHECKEXP.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
committerhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
commit5d71788a056bfdb2b7446be7e42b64371485657f (patch)
tree699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VFS_CHECKEXP.9
parentf2f79e8c3fd78874b7ac71ce17f19bb9f33d3061 (diff)
downloadFreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.zip
FreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.tar.gz
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor)
Diffstat (limited to 'share/man/man9/VFS_CHECKEXP.9')
-rw-r--r--share/man/man9/VFS_CHECKEXP.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_CHECKEXP.9 b/share/man/man9/VFS_CHECKEXP.9
index a0ba24f..a5d8b6c 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.
OpenPOWER on IntegriCloud