summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_to_text.3
Commit message (Collapse)AuthorAgeFilesLines
* mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-291-3/+3
| | | | | this syntax violation and while I'm here also convert <TAB> to Ta and adjust quotation marks in order to prevent this problem in the future.
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-4/+22
| | | | | | | | | | | 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@
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
|
* Remove BUGS section indicating that these calls are unimplemented.rwatson2002-12-291-3/+3
| | | | | | Update copyrights. Obtained from: TrustedBSD Project
* 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
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Record -lposix1e merge with -lc.ru2001-04-051-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-3/+3
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-2/+5
|
* o EACCES is not a possible error for acl_from_text(), so fixrwatson2000-09-191-1/+1
| | | | | | | | acl_from_text.3 o Minor whitespace cleanups relative to the TrustedBSD tree to reduce content-free differences. Obtained from: TrustedBSD Project
* o Remove extra cross reference from acl.3 to acl.3rwatson2000-06-041-3/+1
| | | | | | | o Remove "BUGS" entries indicating that there's nowhere to store ACLs as we now have extended attributes. Obtained from: TrustedBSD Project
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-221-1/+3
| | | | | Sort some .Nm values Decapitalize .Nd values
* Fix various typos and mdoc style issues.mpp2000-01-291-4/+6
| | | | Reviewed by: rwatson
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-281-0/+128
Introduce ACL man pages en masse for library calls, and general introduction. Also, fix acl_valid.c non-portable calls to include _np in their names, making them standard-happy as well as consistent with acl.h
OpenPOWER on IntegriCloud