diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9 index 0b7ee02603fc..090b51af045b 100644 --- a/share/man/man9/VOP_ACCESS.9 +++ b/share/man/man9/VOP_ACCESS.9 @@ -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 diff --git a/share/man/man9/VOP_ACLCHECK.9 b/share/man/man9/VOP_ACLCHECK.9 index be55b5d93c86..ff9de9e2f131 100644 --- a/share/man/man9/VOP_ACLCHECK.9 +++ b/share/man/man9/VOP_ACLCHECK.9 @@ -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 , diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9 index bebc3bf183fc..774294788c37 100644 --- a/share/man/man9/VOP_ATTRIB.9 +++ b/share/man/man9/VOP_ATTRIB.9 @@ -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 , diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9 index 1404b408f0a5..282c2f28eca9 100644 --- a/share/man/man9/VOP_GETACL.9 +++ b/share/man/man9/VOP_GETACL.9 @@ -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 , diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 5a54c461f9b7..bb7c423a099b 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -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 , diff --git a/share/man/man9/VOP_LINK.9 b/share/man/man9/VOP_LINK.9 index 9660f187b0ff..e87ee530dddd 100644 --- a/share/man/man9/VOP_LINK.9 +++ b/share/man/man9/VOP_LINK.9 @@ -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 , diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index ad9ca0eb149c..e44f1f20ffe8 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -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 , diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9 index dcbf18c28c82..2647dee95014 100644 --- a/share/man/man9/VOP_READDIR.9 +++ b/share/man/man9/VOP_READDIR.9 @@ -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 diff --git a/share/man/man9/VOP_READLINK.9 b/share/man/man9/VOP_READLINK.9 index 36e0b2c553d5..f2284db1886a 100644 --- a/share/man/man9/VOP_READLINK.9 +++ b/share/man/man9/VOP_READLINK.9 @@ -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 , diff --git a/share/man/man9/VOP_REMOVE.9 b/share/man/man9/VOP_REMOVE.9 index 483ad695c31d..e03899ad7273 100644 --- a/share/man/man9/VOP_REMOVE.9 +++ b/share/man/man9/VOP_REMOVE.9 @@ -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 diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9 index 5fca6551997b..6a5c9ba87c45 100644 --- a/share/man/man9/VOP_RENAME.9 +++ b/share/man/man9/VOP_RENAME.9 @@ -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 diff --git a/share/man/man9/VOP_SETACL.9 b/share/man/man9/VOP_SETACL.9 index bb2949f9c8c5..b7591f2994ed 100644 --- a/share/man/man9/VOP_SETACL.9 +++ b/share/man/man9/VOP_SETACL.9 @@ -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 , 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 ,