aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_SETEXTATTR.9
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2002-09-18 09:34:01 +0000
committerDon Lewis <truckman@FreeBSD.org>2002-09-18 09:34:01 +0000
commitcc25845767d85c7db538ef1779f7d30ecbc036ce (patch)
tree064d3abd19684303b4c1bfc115c2665ff517cebf /share/man/man9/VOP_SETEXTATTR.9
parent3c2f5c3cc877b647be3ed516eb41a7ff376752cf (diff)
downloadsrc-cc25845767d85c7db538ef1779f7d30ecbc036ce.tar.gz
src-cc25845767d85c7db538ef1779f7d30ecbc036ce.zip
Style and markup changes only.
Capitalize the first letter of the descriptions for the entries in the ERRORS section if they are complete sentences and end the sentences with periods.
Notes
Notes: svn path=/head/; revision=103534
Diffstat (limited to 'share/man/man9/VOP_SETEXTATTR.9')
-rw-r--r--share/man/man9/VOP_SETEXTATTR.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VOP_SETEXTATTR.9 b/share/man/man9/VOP_SETEXTATTR.9
index 504755356df5..2ff01c4b70fa 100644
--- a/share/man/man9/VOP_SETEXTATTR.9
+++ b/share/man/man9/VOP_SETEXTATTR.9
@@ -98,16 +98,16 @@ attribute name.
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EFAULT
-The uio structure refers to an invalid userspace address
+The uio structure refers to an invalid userspace address.
.It Bq Er EINVAL
-The name or uio argument is invalid
+The name or uio argument is invalid.
.It Bq Er EOPNOTSUPP
The filesystem does not support
-.Fn VOP_SETEXTATTR
+.Fn VOP_SETEXTATTR .
.It Bq Er ENOSPC
-The filesystem is out of space
+The filesystem is out of space.
.It Bq Er EROFS
-The filesystem is read-only
+The filesystem is read-only.
.El
.Sh SEE ALSO
.Xr extattr 9 ,