summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_MOUNT.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_MOUNT.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_MOUNT.9')
-rw-r--r--share/man/man9/VFS_MOUNT.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_MOUNT.9 b/share/man/man9/VFS_MOUNT.9
index be00b68..e86003f60 100644
--- a/share/man/man9/VFS_MOUNT.9
+++ b/share/man/man9/VFS_MOUNT.9
@@ -45,18 +45,18 @@ Mount a file system into the system's namespace.
.Pp
Its arguments are:
.Bl -tag -width data
-.It Ar mp
+.It Fa mp
Structure representing the file system.
-.It Ar path
+.It Fa path
Pathname where the file system is being mounted.
-.It Ar data
+.It Fa data
File system specific data. This should be read into the kernel using
.Xr copyin 9 .
-.It Ar ndp
+.It Fa ndp
Contains the result of a
.Xr namei 9
call on the pathname of the mountpoint.
-.It Ar td
+.It Fa td
Thread which is mounting the file system.
.El
.Pp
OpenPOWER on IntegriCloud