diff options
author | hmp <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
commit | 5d71788a056bfdb2b7446be7e42b64371485657f (patch) | |
tree | 699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VFS_ROOT.9 | |
parent | f2f79e8c3fd78874b7ac71ce17f19bb9f33d3061 (diff) | |
download | FreeBSD-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_ROOT.9')
-rw-r--r-- | share/man/man9/VFS_ROOT.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VFS_ROOT.9 b/share/man/man9/VFS_ROOT.9 index fbcc6b7..0bc0810 100644 --- a/share/man/man9/VFS_ROOT.9 +++ b/share/man/man9/VFS_ROOT.9 @@ -45,9 +45,9 @@ Return a locked vnode for the root directory of the file system. .Pp Its arguments are: .Bl -tag -width vpp -.It Ar mp +.It Fa mp The file system. -.It Ar vpp +.It Fa vpp Return parameter for the root vnode. .El .Sh SEE ALSO |