mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
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:
parent
3105a10149
commit
fdabcac610
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76344
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user