diff options
author | Hiten Pandya <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
---|---|---|
committer | Hiten Pandya <hmp@FreeBSD.org> | 2003-05-31 14:07:25 +0000 |
commit | 0640e9e01b3e93e057629a848b7870f30427c609 (patch) | |
tree | 699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | acb9e0f3f677031b651a96575f7f5942a621da54 (diff) |
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/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 8487c547df42..893e040d7cce 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -53,7 +53,7 @@ Its arguments are: .Bl -tag -width ".Fa attrnamespace" .It Fa vp the vnode of the file or directory -.It Ar attrnamespace +.It Fa attrnamespace integer constant indicating which extended attribute namespace the attribute name is present in .It Fa name |