summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_delete_entry.3
Commit message (Collapse)AuthorAgeFilesLines
* General mdoc(7) and typo fixes.gjb2012-05-111-1/+1
| | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-1/+19
| | | | | | | | | | | This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTimp2008-11-041-8/+8
| | | | Approved by: jedgar@
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Record -lposix1e merge with -lc.ru2001-04-051-1/+1
|
* mdoc(7) police:ru2001-03-191-19/+9
| | | | | | | | | - lowercase Nd argument - mark function arguments with Fa - mark defined values with Dv - simply copying POSIX text for RETURN VALUES and ERRORS sections is not always a good idea. POSIX uses the word "shall" indicating the behavior the correct implementation should follow.
* Add the following POSIX 1003.1e functions and man pages:jedgar2001-03-191-0/+90
o acl_calc_mask(): calculates the ACL mask entry associated with the given ACL. o acl_delete_entry(): remove a specified ACL entry from the given ACL. Approved by: rwatson
OpenPOWER on IntegriCloud