Skip to content

Commit

Permalink
rights.4: Remove sentence implying that rights are a mask
Browse files Browse the repository at this point in the history
Capability rights passed to cap_rights_* are (now) not simple bitmaks
and cannot be ORed together in general (although it will work for
certain subsets of rights).

Remove sentence that implied rights are masks.  We already have the
sentence "The complete list of capability rights is provided below" so
listing the rights without an introductory sentence seems fine.

PR:		277057
  • Loading branch information
emaste committed Feb 15, 2024
1 parent 8d1348f commit 2c5ff91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/man/man4/rights.4
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ The
.Xr cap_rights_init 3
family of functions should be used to manage the structure.
.Sh RIGHTS
The following rights may be specified in a rights mask:
.Bl -tag -width CAP_RENAMEAT_SOURCE
.It Dv CAP_ACCEPT
Permit
Expand Down

0 comments on commit 2c5ff91

Please sign in to comment.