diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 10:43:05 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 10:43:05 +0000 |
commit | 0a57ea7df24d23c69c2740cf86d8bff7553555e6 (patch) | |
tree | acdfe06653d772ba3e3cf286ade348e8336ffa0e /share/man/man9/VOP_ATTRIB.9 | |
parent | 7146d6cb3e9b88a881f8133cb98106feb39a1f44 (diff) | |
download | src-test2-0a57ea7df24d23c69c2740cf86d8bff7553555e6.tar.gz src-test2-0a57ea7df24d23c69c2740cf86d8bff7553555e6.zip |
Notes
Diffstat (limited to 'share/man/man9/VOP_ATTRIB.9')
-rw-r--r-- | share/man/man9/VOP_ATTRIB.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9 index 885edc414716..c5cc09197de6 100644 --- a/share/man/man9/VOP_ATTRIB.9 +++ b/share/man/man9/VOP_ATTRIB.9 @@ -50,13 +50,13 @@ access time and modification time. The arguments are: .Bl -tag -width cred .It Fa vp -the vnode of the file +The vnode of the file. .It Fa vap -the attributes of the file +The attributes of the file. .It Fa cred -the user credentials of the calling process +The user credentials of the calling process. .It Fa td -the thread +The thread. .El .Pp Attributes which are not being modified by |