aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VFS_UNMOUNT.9
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
commit0640e9e01b3e93e057629a848b7870f30427c609 (patch)
tree699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VFS_UNMOUNT.9
parentacb9e0f3f677031b651a96575f7f5942a621da54 (diff)
downloadsrc-0640e9e01b3e93e057629a848b7870f30427c609.tar.gz
src-0640e9e01b3e93e057629a848b7870f30427c609.zip
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)
Notes
Notes: svn path=/head/; revision=115440
Diffstat (limited to 'share/man/man9/VFS_UNMOUNT.9')
-rw-r--r--share/man/man9/VFS_UNMOUNT.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_UNMOUNT.9 b/share/man/man9/VFS_UNMOUNT.9
index e743186ce8cb..8b1815cabe5d 100644
--- a/share/man/man9/VFS_UNMOUNT.9
+++ b/share/man/man9/VFS_UNMOUNT.9
@@ -45,11 +45,11 @@ Unmount a file system.
.Pp
Its arguments are:
.Bl -tag -width mntflags
-.It Ar mp
+.It Fa mp
The file system.
-.It Ar mntflags
+.It Fa mntflags
Various flags.
-.It Ar td
+.It Fa td
Thread which is unmounting the file system.
.El
.Pp