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.
This commit is contained in:
truckman 2002-09-18 09:34:01 +00:00
parent 196b315ed8
commit 9746ec766a
13 changed files with 29 additions and 28 deletions

View File

@ -138,7 +138,7 @@ vop_access(struct vnode *vp, int mode, struct ucred *cred, struct thread *td)
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EPERM
An attempt was made to change an immutable file
An attempt was made to change an immutable file.
.It Bq Er EACCES
Permission denied
.El

View File

@ -80,13 +80,14 @@ then zero is returned. Otherwise, an appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode, or the ACL data is invalid
The ACL type passed is invalid for this vnode, or the ACL data is invalid.
.It Bq Er EACCES
Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
The filesystem does not support VOP_ACLCHECK
The filesystem does not support
.Fn VOP_ACLCHECK .
.El
.Sh SEE ALSO
.Xr acl 9 ,

View File

@ -151,11 +151,11 @@ vop_setattr(struct vnode *vp, struct vattr *vap,
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EPERM
The file is immutable
The file is immutable.
.It Bq Er EACCES
Permission denied
.It Bq Er EROFS
The filesystem is read-only
The filesystem is read-only.
.El
.Sh SEE ALSO
.Xr VFS 9 ,

View File

@ -77,14 +77,14 @@ an appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode
The ACL type passed is invalid for this vnode.
.It Bq Er EACCES
Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
The filesystem does not support
.Fn VOP_GETACL
.Fn VOP_GETACL .
.El
.Sh SEE ALSO
.Xr acl 9 ,

View File

@ -99,7 +99,7 @@ reflect data read. Otherwise, an appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er ENOENT
The attribute name is not defined for this vnode
The attribute name is not defined for this vnode.
.It Bq Er EACCES
Permission denied
.It Bq Er ENXIO
@ -117,7 +117,7 @@ or
argument is invalid.
.It Bq Er EOPNOTSUPP
The filesystem does not support
.Fn VOP_GETEXTATTR
.Fn VOP_GETEXTATTR .
.El
.Sh SEE ALSO
.Xr extattr 9 ,

View File

@ -118,15 +118,15 @@ out2:
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EMLINK
the file has too many links
The file has too many links.
.El
.Bl -tag -width Er
.It Bq Er EPERM
the file is immutable
The file is immutable.
.El
.Bl -tag -width Er
.It Bq Er EXDEV
a hard link is not possible between different file systems
A hard link is not possible between different file systems.
.El
.Sh SEE ALSO
.Xr vnode 9 ,

View File

@ -421,13 +421,13 @@ The component
.Fa dvp
was not found in this directory.
.It Bq Er EACCES
access for the specified operation is denied.
Access for the specified operation is denied.
.It Bq Er EJUSTRETURN
a
A
.Dv CREATE
or
.Dv RENAME
operation would be successful
operation would be successful.
.El
.Sh SEE ALSO
.Xr VOP_ACCESS 9 ,

View File

@ -157,7 +157,7 @@ vop_readdir(struct vnode *vp, struct uio *uio, struct ucred *cred,
.It Bq Er EINVAL
attempt to read from an illegal offset in the directory
.It Bq Er EIO
a read error occurred while reading the directory
A read error occurred while reading the directory.
.El
.Sh SEE ALSO
.Xr vnode 9

View File

@ -72,7 +72,7 @@ vop_readlink(struct vnode *vp, struct uio *uio, struct ucred *cred)
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EIO
a read error occurred while reading the contents of the symlink
A read error occurred while reading the contents of the symlink.
.El
.Sh SEE ALSO
.Xr uiomove 9 ,

View File

@ -96,7 +96,7 @@ vop_remove(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EPERM
the file is immutable
The file is immutable.
.It Bq Er ENOTEMPTY
attempt to remove a directory which is not empty
.El

View File

@ -293,7 +293,7 @@ out:
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EPERM
the file is immutable
The file is immutable.
.It Bq Er EXDEV
cross device move
.It Bq Er EINVAL

View File

@ -81,18 +81,18 @@ appropriate error code is returned.
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EINVAL
The ACL type passed is invalid for this vnode, or the ACL data is invalid
The ACL type passed is invalid for this vnode, or the ACL data is invalid.
.It Bq Er EACCES
Permission denied
.It Bq Er ENOMEM
Insufficient memory available to fulfill request
.It Bq Er EOPNOTSUPP
The filesystem does not support
.Fn VOP_SETACL
.Fn VOP_SETACL .
.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 acl 9 ,

View File

@ -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 ,