summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_SETEXTATTR.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_SETEXTATTR.9')
-rw-r--r--share/man/man9/VOP_SETEXTATTR.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index aa680c5..71b11c9 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -44,18 +44,18 @@ file or directory.
Its arguments are:
.Bl -tag -width type
.It Fa vp
-the vnode of the file or directory
+The vnode of the file or directory.
.It Fa attrnamespace
-integer constant indicating which extended attribute namespace the attribute
-name is present in
+Integer constant indicating which extended attribute namespace the attribute
+name is present in.
.It Fa name
-pointer to a null-terminated character string containing the attribute name
+Pointer to a null-terminated character string containing the attribute name.
.It Fa uio
-the location of the data to be read or written
+The location of the data to be read or written.
.It Fa cred
-the user credentials to use in authorizing the request
+The user credentials to use in authorizing the request.
.It Fa td
-the thread setting the extended attribute
+The thread setting the extended attribute.
.El
.Pp
The uio structure is used in a manner similar to the argument of the same
OpenPOWER on IntegriCloud