Fix typos.

o replace `of possible' with `if possible'
o VOP_SETACL(9) is modified to say about `ACL' instead of `extended
  attributed'
o EOPNOTSUPP of VOP_SETEXTATTR(9) is modified to say about
  VOP_SETEXTATTR(9) instead of VOP_GETEXTATTR(9)

Reviewed by: Robert Watson <rwatson@FreeBSD.org>,
	 Chris Costello <chris@calldei.com>
This commit is contained in:
Kazuo Horikawa 2001-05-07 22:15:18 +00:00
parent 3105a10149
commit fdabcac610
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76344
3 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ The
.Fa cred
pointer may be
.Dv NULL
to indicate that access control checks are not to be performed, of possible.
to indicate that access control checks are not to be performed, if possible.
This cred setting might be used to allow the kernel to authorize ACL
retrieval that the active process might not be permitted to do.
.Pp

View File

@ -65,9 +65,9 @@ The
.Fa cred
pointer may be
.Dv NULL
to indicate that access control checks are not to be performed, of possible.
This cred setting might be used to allow the kernel to authorize extended
attribute changes that the active process might not be permitted to make.
to indicate that access control checks are not to be performed, if possible.
This cred setting might be used to allow the kernel to authorize ACL
changes that the active process might not be permitted to make.
.Pp
The vnode ACL interface defines the syntax, and not semantics, of file and
directory ACL interfaces. More information about ACL management in kernel

View File

@ -74,7 +74,7 @@ The
.Fa cred
pointer may be
.Dv NULL
to indicate that access control checks are not to be performed, of possible.
to indicate that access control checks are not to be performed, if possible.
This
.Fa cred
setting might be used to allow the kernel to authorize extended attribute
@ -103,7 +103,7 @@ The uio structure refers to an invalid userspace address
The name or uio argument is invalid
.It Bq Er EOPNOTSUPP
The file system does not support
.Fn VOP_GETEXTATTR
.Fn VOP_SETEXTATTR
.It Bq Er ENOSPC
The file system is out of space
.It Bq Er EROFS